aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index c51faaa5e291..af32f375ca96 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -1413,7 +1413,7 @@ xfs_fs_freeze(
1413 1413
1414 xfs_save_resvblks(mp); 1414 xfs_save_resvblks(mp);
1415 xfs_quiesce_attr(mp); 1415 xfs_quiesce_attr(mp);
1416 return -xfs_fs_log_dummy(mp, SYNC_WAIT); 1416 return -xfs_fs_log_dummy(mp);
1417} 1417}
1418 1418
1419STATIC int 1419STATIC int