quota: move unmount handling into the filesystem
[safe/jmp/linux-2.6] / fs / super.c
index a38e6e9..05f62e5 100644 (file)
@@ -160,7 +160,6 @@ void deactivate_locked_super(struct super_block *s)
 {
        struct file_system_type *fs = s->s_type;
        if (atomic_dec_and_test(&s->s_active)) {
-               vfs_dq_off(s, 0);
                fs->kill_sb(s);
                put_filesystem(fs);
                put_super(s);