Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xfs: remove s_maxbytes enforcement in xfs_file_read_iter
All the three low-level read implementations that we might call already take care of not overflowing the maximum supported bytes, no need to duplicate it here. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Signed-off-by: Dave Chinner <[email protected]>
- Loading branch information