aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/linux-2.6/xfs_aops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c
index 225ec0fa65b6..8abbf0532ea1 100644
--- a/fs/xfs/linux-2.6/xfs_aops.c
+++ b/fs/xfs/linux-2.6/xfs_aops.c
@@ -1493,8 +1493,8 @@ xfs_vm_write_begin(
1493 void **fsdata) 1493 void **fsdata)
1494{ 1494{
1495 *pagep = NULL; 1495 *pagep = NULL;
1496 return block_write_begin(file, mapping, pos, len, flags, pagep, fsdata, 1496 return block_write_begin(file, mapping, pos, len, flags | AOP_FLAG_NOFS,
1497 xfs_get_blocks); 1497 pagep, fsdata, xfs_get_blocks);
1498} 1498}
1499 1499
1500STATIC sector_t 1500STATIC sector_t