From: Eric W. Biederman Date: Mon, 26 Jun 2006 07:25:52 +0000 (-0700) Subject: [PATCH] simply fix first_tgid X-Git-Tag: v2.6.18-rc1~752 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cc8cbc7f8b7bc3db48bf6d59a731af728e786ce;p=pandora-kernel.git [PATCH] simply fix first_tgid Like the bug Oleg spotted in first_tid there was also a small off by one error in first_tgid, when a seek was done on the /proc directory. This fixes that and changes the code structure to make it a little more obvious what is going on. Signed-off-by: Eric W. Biederman Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed