commit | 3b35089807304f208419b5ad9cc3c5f731225cd9 | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Fri Feb 01 09:14:23 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Feb 11 16:07:01 2019 -0800 |
tree | 1db6026bc4b610447511337ea7badd88d06c7bc4 | |
parent | d9252d526ba66a8f95ad2830ae1b62825ef3dbd5 [diff] |
xfs: remove superfluous writeback mapping eof trimming Now that the cached writeback mapping is explicitly invalidated on data fork changes, the EOF trimming band-aid is no longer necessary. Remove xfs_trim_extent_eof() as well since it has no other users. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>