]> git.baikalelectronics.ru Git - kernel.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>
Mon, 11 Nov 2013 05:56:35 +0000 (21:56 -0800)
commitb8aca1efab05e032276c9070e6c0354f40880217
tree6d134aaa14c6420f4193734dbe49a4ee32d2bb06
parent30fc4ca5bd9fa19f1d60677273366671b3deab47
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