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, 0 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index c71b6ed45e4..ee0e981aa9d 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -1480,8 +1480,6 @@ xfs_fs_fill_super(
1480 spin_lock_init(&mp->m_sb_lock); 1480 spin_lock_init(&mp->m_sb_lock);
1481 mutex_init(&mp->m_growlock); 1481 mutex_init(&mp->m_growlock);
1482 atomic_set(&mp->m_active_trans, 0); 1482 atomic_set(&mp->m_active_trans, 0);
1483 INIT_LIST_HEAD(&mp->m_sync_list);
1484 spin_lock_init(&mp->m_sync_lock);
1485 1483
1486 mp->m_super = sb; 1484 mp->m_super = sb;
1487 sb->s_fs_info = mp; 1485 sb->s_fs_info = mp;