]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] deal with deadlocks in audit_free()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 30 Mar 2006 01:02:55 +0000 (20:02 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 1 May 2006 10:06:07 +0000 (06:06 -0400)
commit2d0512b6525a91eccc69afe925e868a48659b411
tree29b518f84a4e9c4a295dfd92a24b5a5c42c032cc
parent26510d4b51f216bd78266b3e26a9aee3db3be551
[PATCH] deal with deadlocks in audit_free()

Don't assume that audit_log_exit() et.al. are called for the context of
current; pass task explictly.

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