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)
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>

No differences found