commit | 457c25107b83bc6456b3a18a25511418dc25da69 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Thu Oct 18 23:40:43 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Oct 19 11:53:43 2007 -0700 |
tree | 608586f887981c72d5bdf2ca1c390dbd624b4456 | |
parent | 19c5870c0eefd27c6d09d867465e0571262e05d0 [diff] |
Remove unused variables from fs/proc/base.c When removing the explicit task_struct->pid usage I found that proc_readfd_common() and proc_pident_readdir() get this field, but do not use it at all. So this cleanup is a cheap help with the task_struct->pid isolation. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>