Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap…
…() call failed for SEEK_DATA/SEEK_HOLE inquiry Given that ENXIO only means "offset beyond EOF" for either SEEK_DATA or SEEK_HOLE inquiry in a desired file range, so we should return the internal error unchanged if btrfs_get_extent_fiemap() call failed, rather than ENXIO. Cc: Dave Chinner <david@fromorbit.com> Signed-off-by: Jie Liu <jeff.liu@oracle.com>
- Loading branch information