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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/gfs2/ops_super.c b/fs/gfs2/ops_super.c
index 2e392c994ab1..18ed18c729e8 100644
--- a/fs/gfs2/ops_super.c
+++ b/fs/gfs2/ops_super.c
@@ -78,6 +78,9 @@ static void gfs2_put_super(struct super_block *sb)
78 if (!sdp) 78 if (!sdp)
79 return; 79 return;
80 80
81 if (!strncmp(sb->s_type->name, "gfs2meta", 8))
82 return; /* meta fs. don't do nothin' */
83
81 /* Unfreeze the filesystem, if we need to */ 84 /* Unfreeze the filesystem, if we need to */
82 85
83 mutex_lock(&sdp->sd_freeze_lock); 86 mutex_lock(&sdp->sd_freeze_lock);