aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_export.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_export.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_export.c b/fs/xfs/linux-2.6/xfs_export.c
index 8f4d70789e3f..846b75aeb2ab 100644
--- a/fs/xfs/linux-2.6/xfs_export.c
+++ b/fs/xfs/linux-2.6/xfs_export.c
@@ -226,8 +226,8 @@ xfs_fs_nfs_commit_metadata(
226 226
227 xfs_ilock(ip, XFS_ILOCK_SHARED); 227 xfs_ilock(ip, XFS_ILOCK_SHARED);
228 if (xfs_ipincount(ip)) { 228 if (xfs_ipincount(ip)) {
229 error = _xfs_log_force(mp, ip->i_itemp->ili_last_lsn, 229 error = _xfs_log_force_lsn(mp, ip->i_itemp->ili_last_lsn,
230 XFS_LOG_FORCE | XFS_LOG_SYNC, NULL); 230 XFS_LOG_SYNC, NULL);
231 } 231 }
232 xfs_iunlock(ip, XFS_ILOCK_SHARED); 232 xfs_iunlock(ip, XFS_ILOCK_SHARED);
233 233