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:
4b58841
)
audit: rename the misleading audit_get_context() to audit_take_context()
author
Richard Guy Briggs
<rgb@redhat.com>
Tue, 18 Feb 2014 20:29:43 +0000
(15:29 -0500)
committer
Eric Paris
<eparis@redhat.com>
Thu, 20 Mar 2014 14:11:54 +0000
(10:11 -0400)
"get" usually implies incrementing a refcount into a structure to indicate a
reference being held by another part of code.
Change this function name to indicate it is in fact being taken from it,
returning the value while clearing it in the supplying structure.
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
kernel/auditsc.c
patch
|
blob
|
history
diff --cc
kernel/auditsc.c
Simple merge