]> 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)
commit503b8c89d54df3aa35fefc50dd44cc448a56e5d2
tree6d134aaa14c6420f4193734dbe49a4ee32d2bb06
parent1b2e9d0588707a2f028c376fc559605bc2147dbf
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