aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_aops.c')
-rw-r--r--fs/xfs/xfs_aops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
index 49f5f5896a43..338b9d9984e0 100644
--- a/fs/xfs/xfs_aops.c
+++ b/fs/xfs/xfs_aops.c
@@ -917,7 +917,7 @@ xfs_vm_writepage(
917 struct writeback_control *wbc) 917 struct writeback_control *wbc)
918{ 918{
919 struct xfs_writepage_ctx wpc = { 919 struct xfs_writepage_ctx wpc = {
920 .io_type = XFS_IO_INVALID, 920 .io_type = XFS_IO_HOLE,
921 }; 921 };
922 int ret; 922 int ret;
923 923
@@ -933,7 +933,7 @@ xfs_vm_writepages(
933 struct writeback_control *wbc) 933 struct writeback_control *wbc)
934{ 934{
935 struct xfs_writepage_ctx wpc = { 935 struct xfs_writepage_ctx wpc = {
936 .io_type = XFS_IO_INVALID, 936 .io_type = XFS_IO_HOLE,
937 }; 937 };
938 int ret; 938 int ret;
939 939