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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index 8fdb79046a6..73c65f19e54 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -1147,6 +1147,7 @@ xfs_fs_put_super(
1147 } 1147 }
1148 1148
1149 xfs_unmountfs(mp); 1149 xfs_unmountfs(mp);
1150 xfs_freesb(mp);
1150 xfs_icsb_destroy_counters(mp); 1151 xfs_icsb_destroy_counters(mp);
1151 xfs_close_devices(mp); 1152 xfs_close_devices(mp);
1152 xfs_qmops_put(mp); 1153 xfs_qmops_put(mp);
@@ -1803,7 +1804,7 @@ xfs_fs_fill_super(
1803 WARN_ON(error); 1804 WARN_ON(error);
1804 1805
1805 xfs_unmountfs(mp); 1806 xfs_unmountfs(mp);
1806 goto out_free_fsname; 1807 goto out_free_sb;
1807} 1808}
1808 1809
1809STATIC int 1810STATIC int