commit | 7bcd6b0efd5216f2f208e92150b0e5b9bea2c210 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Oct 02 02:18:56 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 02 07:57:25 2006 -0700 |
tree | c27e9291d2579fe0914133cf9d9c18d853351a5f | |
parent | 8e95bd936df2d3fc0e773068aa34350306a5c52a [diff] |
[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>