aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/ops_super.c')
-rw-r--r--fs/gfs2/ops_super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/ops_super.c b/fs/gfs2/ops_super.c
index 80ce40c1dfb6..60bf2563c7b4 100644
--- a/fs/gfs2/ops_super.c
+++ b/fs/gfs2/ops_super.c
@@ -132,9 +132,7 @@ static void gfs2_put_super(struct super_block *sb)
132 /* At this point, we're through participating in the lockspace */ 132 /* At this point, we're through participating in the lockspace */
133 133
134 gfs2_sys_fs_del(sdp); 134 gfs2_sys_fs_del(sdp);
135
136 vfree(sdp); 135 vfree(sdp);
137
138 sb->s_fs_info = NULL; 136 sb->s_fs_info = NULL;
139} 137}
140 138