commit | 3627bf4503b504077332c13496cb1bd54713bcbb | [log] [tgz] |
---|---|---|
author | Stefan Behrens <sbehrens@giantdisaster.de> | Wed Aug 01 04:28:01 2012 -0600 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Aug 28 16:53:28 2012 -0400 |
tree | d6b523f51c81ba3c6a705be541b6834cdbdec3b5 | |
parent | eb838e73dc2121d2bae47d5678952cd7d48793b5 [diff] |
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 <sbehrens@giantdisaster.de>