[PATCH] proc: Merge proc_tid_attr and proc_tgid_attr
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 2 Oct 2006 09:18:50 +0000 (02:18 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 2 Oct 2006 14:57:24 +0000 (07:57 -0700)
commit72d9dcfc7afd80fe98334ec23531b638ee54df8b
tree63d03e1e77457d479d65a48ac1df11032ad9197f
parent61a28784028e6d55755e4d0f39bee8d9bf2ee8d9
[PATCH] proc: Merge proc_tid_attr and proc_tgid_attr

The implementation is exactly the same and there is currently nothing to
distinguish proc_tid_attr, and proc_tgid_attr.  So it is pointless to have two
separate implementations.

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