[PATCH] get rid of loginuid races
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 10 Jan 2008 09:53:18 +0000 (04:53 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Feb 2008 19:05:28 +0000 (14:05 -0500)
Keeping loginuid in audit_context is racy and results in messier
code.  Taken to task_struct, out of the way of ->audit_context
changes.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found