diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sync.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_sync.c b/fs/xfs/linux-2.6/xfs_sync.c index f54e8ee1ed62..5cc158e52d4c 100644 --- a/fs/xfs/linux-2.6/xfs_sync.c +++ b/fs/xfs/linux-2.6/xfs_sync.c | |||
@@ -434,7 +434,7 @@ xfs_quiesce_attr( | |||
434 | WARN_ON(atomic_read(&mp->m_active_trans) != 0); | 434 | WARN_ON(atomic_read(&mp->m_active_trans) != 0); |
435 | 435 | ||
436 | /* Push the superblock and write an unmount record */ | 436 | /* Push the superblock and write an unmount record */ |
437 | error = xfs_log_sbcount(mp, 1); | 437 | error = xfs_log_sbcount(mp); |
438 | if (error) | 438 | if (error) |
439 | xfs_warn(mp, "xfs_attr_quiesce: failed to log sb changes. " | 439 | xfs_warn(mp, "xfs_attr_quiesce: failed to log sb changes. " |
440 | "Frozen image may not be consistent."); | 440 | "Frozen image may not be consistent."); |