[PATCH] fix handling of st_nlink on procfs root
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 8 Feb 2006 19:37:40 +0000 (14:37 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Feb 2006 20:54:36 +0000 (15:54 -0500)
commit76b6159ba094544e003a237cedcf555d82fa3bfe
tree134d104a2e1568d752a8d509cdeba86815f8f66d
parente30809fde59d591809f00caa1a4c960cca5916af
[PATCH] fix handling of st_nlink on procfs root

1) it should use nr_processes(), not nr_threads; otherwise we are getting
very confused find(1) and friends, among other things.
2) better do that at stat() time than at every damn lookup in procfs root.

Patch had been sitting in FC4 kernels for many months now...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/proc/inode.c
fs/proc/root.c