commit | d5cc66e95744065f96024add4bf7d7e019be54ac | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Wed Jul 24 23:06:40 2013 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Sun Nov 10 21:56:35 2013 -0800 |
tree | 6d134aaa14c6420f4193734dbe49a4ee32d2bb06 | |
parent | 3a3b6a4e075188342b58d4b6560f5540af64cac0 [diff] |
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>