]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: Move keylist out of btree_op
authorKent Overstreet <kmo@daterainc.com>
Thu, 25 Jul 2013 00:26:51 +0000 (17:26 -0700)
committerKent Overstreet <kmo@daterainc.com>
Wed, 11 Sep 2013 01:47:55 +0000 (18:47 -0700)
commit3088abc291d9324fc222e8e7830a2cdf1b75b1cc
tree012d261b10bacb7c790affd30aa6f737be8aa538
parent419cf7f0cc4e32268ef8272269598b4f705c3757
bcache: Move keylist out of btree_op

Slowly working on pruning struct btree_op - the aim is for it to only
contain things that are actually necessary for traversing the btree.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/btree.c
drivers/md/bcache/btree.h
drivers/md/bcache/journal.c
drivers/md/bcache/request.c
drivers/md/bcache/request.h
drivers/md/bcache/writeback.c