From: Stefan Behrens Date: Wed, 1 Aug 2012 10:28:01 +0000 (-0600) Subject: Btrfs: fix that error value is changed by mistake X-Git-Tag: v3.6-rc4~6^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3627bf4503b504077332c13496cb1bd54713bcbb;p=pandora-kernel.git Btrfs: fix that error value is changed by mistake In iterate_inodes_from_logical() the error result from extent_from_logical() is patched by mistake. Typically ENOENT is patched to EINVAL because (-ENOENT & BTRFS_EXTENT_FLAG_TREE_BLOCK) evaluates to true. Signed-off-by: Stefan Behrens --- Reading git-diff-tree failed