From: Kent Overstreet Date: Thu, 25 Jul 2013 06:06:40 +0000 (-0700) Subject: bcache: bch_(btree|extent)_ptr_invalid() X-Git-Tag: v3.13-rc1~68^2~1^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5cc66e95744065f96024add4bf7d7e019be54ac;p=pandora-kernel.git 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 --- Reading git-diff-tree failed