[PATCH] proc: remove trailing blank entry from pid_entry arrays
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 2 Oct 2006 09:18:56 +0000 (02:18 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 2 Oct 2006 14:57:25 +0000 (07:57 -0700)
commit7bcd6b0efd5216f2f208e92150b0e5b9bea2c210
treec27e9291d2579fe0914133cf9d9c18d853351a5f
parent8e95bd936df2d3fc0e773068aa34350306a5c52a
[PATCH] proc: remove trailing blank entry from pid_entry arrays

It was pointed out that since I am taking ARRAY_SIZE anyway the trailing empty
entry is silly and just wastes space.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/proc/base.c