audit: rename the misleading audit_get_context() to audit_take_context()
authorRichard Guy Briggs <rgb@redhat.com>
Tue, 18 Feb 2014 20:29:43 +0000 (15:29 -0500)
committerEric 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

Simple merge