]> Pileus Git - ~andy/linux/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>
Mon, 11 Nov 2013 05:56:02 +0000 (21:56 -0800)
commit0b93207abb40d3c42bb83eba1e1e7edc1da77810
treeeeca92af43a3d2413dc0a425f5cb71cfd4cad764
parenta34a8bfd4e6358c646928320d37b0425c0762f8a
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