|
@@ -1195,13 +1195,7 @@ xfs_prepare_shift(
|
|
|
* Writeback and invalidate cache for the remainder of the file as we're
|
|
|
* about to shift down every extent from offset to EOF.
|
|
|
*/
|
|
|
- error = filemap_write_and_wait_range(VFS_I(ip)->i_mapping, offset, -1);
|
|
|
- if (error)
|
|
|
- return error;
|
|
|
- error = invalidate_inode_pages2_range(VFS_I(ip)->i_mapping,
|
|
|
- offset >> PAGE_SHIFT, -1);
|
|
|
- if (error)
|
|
|
- return error;
|
|
|
+ error = xfs_flush_unmap_range(ip, offset, XFS_ISIZE(ip));
|
|
|
|
|
|
/*
|
|
|
* Clean out anything hanging around in the cow fork now that
|