]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/autofs4/inode.c
autofs4: fix waitq locking
[linux-2.6-omap-h63xx.git] / fs / autofs4 / inode.c
index e3e70994ab463d62914f7417a11b213e4276f8b7..7bb3e5ba0537e29e6b11f438619f4ccecb71dac0 100644 (file)
@@ -163,8 +163,8 @@ void autofs4_kill_sb(struct super_block *sb)
        if (!sbi)
                goto out_kill_sb;
 
-       if (!sbi->catatonic)
-               autofs4_catatonic_mode(sbi); /* Free wait queues, close pipe */
+       /* Free wait queues, close pipe */
+       autofs4_catatonic_mode(sbi);
 
        /* Clean up and release dangling references */
        autofs4_force_release(sbi);