https://github.com/torvalds/linux
Revision 3627bf4503b504077332c13496cb1bd54713bcbb authored by Stefan Behrens on 01 August 2012, 10:28:01 UTC, committed by Chris Mason on 28 August 2012, 20:53:28 UTC
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>
1 parent eb838e7
History
Tip revision: 3627bf4503b504077332c13496cb1bd54713bcbb authored by Stefan Behrens on 01 August 2012, 10:28:01 UTC
Btrfs: fix that error value is changed by mistake
Tip revision: 3627bf4

back to top