diff options
author | Stefan Behrens <sbehrens@giantdisaster.de> | 2012-08-01 12:28:01 +0200 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2012-08-28 22:53:28 +0200 |
commit | 3627bf4503b504077332c13496cb1bd54713bcbb (patch) | |
tree | d6b523f51c81ba3c6a705be541b6834cdbdec3b5 /fs/btrfs/super.c | |
parent | Btrfs: lock extents as we map them in DIO (diff) | |
download | linux-3627bf4503b504077332c13496cb1bd54713bcbb.tar.xz linux-3627bf4503b504077332c13496cb1bd54713bcbb.zip |
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>
Diffstat (limited to 'fs/btrfs/super.c')
0 files changed, 0 insertions, 0 deletions