]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: bch_(btree|extent)_ptr_invalid()
authorKent Overstreet <kmo@daterainc.com>
Thu, 25 Jul 2013 06:06:40 +0000 (23:06 -0700)
committerKent Overstreet <kmo@daterainc.com>
Wed, 11 Sep 2013 02:05:22 +0000 (19:05 -0700)
commitccf72bd4366556dc3e0fc1772344354a6896d198
tree20af2fd4b23725929673fb5eddb27ba3be4dfde6
parent9df794288031f25eb7ea9cad1ab330a77f6afac8
bcache: bch_(btree|extent)_ptr_invalid()

Trying to treat btree pointers and leaf node pointers the same way was a
mistake - going to start being more explicit about the type of
key/pointer we're dealing with. This is the first part of that
refactoring; this patch shouldn't change any actual behaviour.

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