]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: Move some stuff to btree.c
authorKent Overstreet <kmo@daterainc.com>
Thu, 25 Jul 2013 00:37:59 +0000 (17:37 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 11 Nov 2013 05:56:07 +0000 (21:56 -0800)
commit5fae32e946677495851924885d9c20e50542d793
tree65092f8d1686620ba8cbf031e95bb575b585730b
parent36083372c3bedbedd0ab3a6ec3f23eaea2737d89
bcache: Move some stuff to btree.c

With the new btree_map() functions, we don't need to export the stuff
needed for traversing the btree anymore.

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