summaryrefslogtreecommitdiff
path: root/fs/xfs
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-04-18 12:48:25 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-04-18 12:48:25 +1000
commit817b1a3b6761299271fafa728f796cca9ad8ae4b (patch)
treeb1e055714253af30c951b1c5610e2167a08adfb4 /fs/xfs
parentbbf1cc8a5d252efaaffad08c4b932351266640b2 (diff)
parent263bcf7ce09ba850418e07148c1b0eb046b8f354 (diff)
Merge remote-tracking branch 'block/for-next'
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_bmap_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c
index 4d1920e594b0..c29ed2672f5e 100644
--- a/fs/xfs/xfs_bmap_util.c
+++ b/fs/xfs/xfs_bmap_util.c
@@ -81,7 +81,7 @@ xfs_zero_extent(
return blkdev_issue_zeroout(xfs_find_bdev_for_inode(VFS_I(ip)),
block << (mp->m_super->s_blocksize_bits - 9),
count_fsb << (mp->m_super->s_blocksize_bits - 9),
- GFP_NOFS, true);
+ GFP_NOFS, 0);
}
int