aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/file.c')
-rw-r--r--fs/nfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/file.c b/fs/nfs/file.c
index 85cb95de5df5..3ac5bd695e5e 100644
--- a/fs/nfs/file.c
+++ b/fs/nfs/file.c
@@ -328,7 +328,7 @@ nfs_file_fsync(struct file *file, int datasync)
328 ret = status; 328 ret = status;
329 if (!ret && !datasync) 329 if (!ret && !datasync)
330 /* application has asked for meta-data sync */ 330 /* application has asked for meta-data sync */
331 ret = pnfs_layoutcommit_inode(inode, 1); 331 ret = pnfs_layoutcommit_inode(inode, true);
332 return ret; 332 return ret;
333} 333}
334 334