]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: remove redundant remap partial EOF block checks
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 29 Oct 2018 23:47:16 +0000 (10:47 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 29 Oct 2018 23:47:16 +0000 (10:47 +1100)
commit7a6ccf004e234c01fb2a11771de9837c9ff3d56d
tree64937061af5c267c3d126bfb503728fb8620ca4b
parent3f68c1f562f1e4c5e1a515b392a2e0a509a342d5
xfs: remove redundant remap partial EOF block checks

Now that we've moved the partial EOF block checks to the VFS helpers, we
can remove the redundant functionality from XFS.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_reflink.c