From: Eric W. Biederman Date: Mon, 2 Oct 2006 09:17:15 +0000 (-0700) Subject: [PATCH] file: modify struct fown_struct to use a struct pid X-Git-Tag: v2.6.19-rc1~474 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609d7fa9565c754428d2520cac2accc9052e1245;p=pandora-kernel.git [PATCH] file: modify struct fown_struct to use a struct pid File handles can be requested to send sigio and sigurg to processes. By tracking the destination processes using struct pid instead of pid_t we make the interface safe from all potential pid wrap around problems. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed