Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85649
b: refs/heads/master
c: 94de7fe
h: refs/heads/master
i:
  85647: 0f19b7b
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Feb 13, 2008
1 parent 04cce9f commit 27b4a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 910d6c320cac65c81d66e8fd30dca167092722eb
refs/heads/master: 94de7feb2dee6d0039ecbe98ae8b63bbb63808b6
3 changes: 1 addition & 2 deletions trunk/net/netlabel/netlabel_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,14 @@ int netlbl_netlink_init(void)
struct audit_buffer *netlbl_audit_start_common(int type,
struct netlbl_audit *audit_info)
{
struct audit_context *audit_ctx = current->audit_context;
struct audit_buffer *audit_buf;
char *secctx;
u32 secctx_len;

if (audit_enabled == 0)
return NULL;

audit_buf = audit_log_start(audit_ctx, GFP_ATOMIC, type);
audit_buf = audit_log_start(current->audit_context, GFP_ATOMIC, type);
if (audit_buf == NULL)
return NULL;

Expand Down

0 comments on commit 27b4a78

Please sign in to comment.