git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
910d6c3
)
[NETLABEL]: Compilation for CONFIG_AUDIT=n case.
author
Pavel Emelyanov
<xemul@openvz.org>
Wed, 13 Feb 2008 06:35:37 +0000
(22:35 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 13 Feb 2008 06:35:37 +0000
(22:35 -0800)
The audit_log_start() will expand into an empty do { } while (0)
construction and the audit_ctx becomes unused.
The solution: push current->audit_context into audit_log_start()
directly, since it is not required in any other place in the
calling function.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlabel/netlabel_user.c
patch
|
blob
|
history
diff --cc
net/netlabel/netlabel_user.c
Simple merge