From: Arne Jansen Date: Fri, 3 Jun 2011 08:09:26 +0000 (+0200) Subject: btrfs: scrub: errors in tree enumeration X-Git-Tag: v3.0-rc3~9^2~3^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c51032f978bac5bec5dae0c5de4f85db97c1cc9;p=pandora-kernel.git btrfs: scrub: errors in tree enumeration due to the semantics of btrfs_search_slot the path can point to an invalid slot when ret > 0. This condition went unnoticed, which in turn could have led to an incomplete scrubbing. Signed-off-by: Arne Jansen --- Reading git-diff-tree failed