aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_mount.c')
-rw-r--r--fs/xfs/xfs_mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c
index fca3f8af6746..ee5df5fae829 100644
--- a/fs/xfs/xfs_mount.c
+++ b/fs/xfs/xfs_mount.c
@@ -1268,7 +1268,6 @@ xfs_mountfs(
1268 error1: 1268 error1:
1269 if (uuid_mounted) 1269 if (uuid_mounted)
1270 uuid_table_remove(&mp->m_sb.sb_uuid); 1270 uuid_table_remove(&mp->m_sb.sb_uuid);
1271 xfs_freesb(mp);
1272 return error; 1271 return error;
1273} 1272}
1274 1273