diff options
Diffstat (limited to 'fs/xfs/xfs_file.c')
| -rw-r--r-- | fs/xfs/xfs_file.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index d8ef02eb178..0b600b51778 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c @@ -213,7 +213,7 @@ xfs_file_fsync(  		 * transaction.	 So we play it safe and fire off the  		 * transaction anyway.  		 */ -		xfs_trans_ijoin(tp, ip); +		xfs_trans_ijoin(tp, ip, 0);  		xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);  		error = xfs_trans_commit(tp, 0);  |