X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fproc%2Finode.c;h=1a551d92e1d8304b604946d5c16da8175fabe102;hb=877a9bff3889512d7326d6bf0ba6ed3ddda6d772;hp=abe6a3f04368490aa9776dbb919cd1cc5c0dd075;hpb=c4ec20717313daafba59225f812db89595952b83;p=linux-2.6-omap-h63xx.git diff --git a/fs/proc/inode.c b/fs/proc/inode.c index abe6a3f0436..1a551d92e1d 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c @@ -43,13 +43,8 @@ void de_put(struct proc_dir_entry *de) return; } - if (atomic_dec_and_test(&de->count)) { - if (de->deleted) { - printk("de_put: deferred delete of %s\n", - de->name); - free_proc_entry(de); - } - } + if (atomic_dec_and_test(&de->count)) + free_proc_entry(de); unlock_kernel(); } }