]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/super.c
[PATCH] OCFS2: The Second Oracle Cluster Filesystem
[linux-2.6-omap-h63xx.git] / fs / super.c
index eed6c3132905bad2cc660e3e04e095acf1d687c4..6689dded3c8483469b788c6334351ad1a72bccc8 100644 (file)
@@ -171,6 +171,7 @@ void deactivate_super(struct super_block *s)
        if (atomic_dec_and_lock(&s->s_active, &sb_lock)) {
                s->s_count -= S_BIAS-1;
                spin_unlock(&sb_lock);
+               DQUOT_OFF(s);
                down_write(&s->s_umount);
                fs->kill_sb(s);
                put_filesystem(fs);