Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298598
b: refs/heads/master
c: f8294f1
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and Linus Torvalds committed Apr 3, 2012
1 parent 8cdc920 commit 3498c21
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7f6a47cf1477ffae9cff1d6ee181e2ce6bfb2f02
refs/heads/master: f8294f1144ad0630075918df4bf94075f5384604
4 changes: 2 additions & 2 deletions trunk/security/selinux/avc.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ static void avc_audit_post_callback(struct audit_buffer *ab, void *a)
/* This is the slow part of avc audit with big stack footprint */
static noinline int slow_avc_audit(u32 ssid, u32 tsid, u16 tclass,
u32 requested, u32 audited, u32 denied,
struct av_decision *avd, struct common_audit_data *a,
struct common_audit_data *a,
unsigned flags)
{
struct common_audit_data stack_data;
Expand Down Expand Up @@ -553,7 +553,7 @@ inline int avc_audit(u32 ssid, u32 tsid,

return slow_avc_audit(ssid, tsid, tclass,
requested, audited, denied,
avd, a, flags);
a, flags);
}

/**
Expand Down

0 comments on commit 3498c21

Please sign in to comment.