diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index a84bf6444bba..b2aa470346ba 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c @@ -647,6 +647,7 @@ static void gfs2_put_super(struct super_block *sb) /* At this point, we're through participating in the lockspace */ gfs2_sys_fs_del(sdp); + gfs2_quota_cleanup(sdp); free_sbd(sdp); }