]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/reiserfs/procfs.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
[linux-2.6-omap-h63xx.git] / fs / reiserfs / procfs.c
index 9aa7a06e093f0a8bd6b48016387ef41128d4b92a..001144621672793c2cb3fd58e3604a990c093312 100644 (file)
@@ -420,12 +420,6 @@ static void *r_start(struct seq_file *m, loff_t * pos)
                return NULL;
 
        up_write(&s->s_umount);
-
-       if (de->deleted) {
-               deactivate_super(s);
-               return NULL;
-       }
-
        return s;
 }