exit: release_task: fix the comment about group leader accounting
authorOleg Nesterov <oleg@redhat.com>
Wed, 10 Dec 2014 23:54:54 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Dec 2014 01:41:17 +0000 (17:41 -0800)
commit26e75b5c3d2226cb995fde064744aa93f63849c4
tree3cdeaa25eba2f3c7aa5ecd897dd796116c8b5712
parent986094dfe161b4346831547136d4e5ed7f94310e
exit: release_task: fix the comment about group leader accounting

Contrary to what the comment in __exit_signal() says we do account the
group leader. Fix this and explain why.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: Aaron Tomlin <atomlin@redhat.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Sterling Alexander <stalexan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/exit.c