X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Freiserfs%2Fprocfs.c;h=001144621672793c2cb3fd58e3604a990c093312;hb=2dd550b90b03d5f236a18ae491bf6e70798469a8;hp=ecc9943202fc571a45d43a511434db39e7f24e5b;hpb=1709775828de83b099554176b6d4971ebc772962;p=linux-2.6 diff --git a/fs/reiserfs/procfs.c b/fs/reiserfs/procfs.c index ecc9943202..0011446216 100644 --- a/fs/reiserfs/procfs.c +++ b/fs/reiserfs/procfs.c @@ -16,11 +16,10 @@ #include #include #include -#include #include #include -#if defined( REISERFS_PROC_INFO ) +#ifdef CONFIG_REISERFS_PROC_INFO /* * LOCKING: @@ -421,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; }