Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 809
b: refs/heads/master
c: 0dd8e06
h: refs/heads/master
i:
  807: 9e4be59
v: v3
  • Loading branch information
Chris Wright authored and David Woodhouse committed May 3, 2005
1 parent 8024cf4 commit 643cfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 27b030d58c8e72fc7a95187a791bd9406e350f02
refs/heads/master: 0dd8e06bdaa0a97e706ee1a489a1f6176c4ddc64
2 changes: 1 addition & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ static void audit_log_move(struct audit_buffer *ab)
if (ab->len == 0)
return;

skb = skb_peek(&ab->sklist);
skb = skb_peek_tail(&ab->sklist);
if (!skb || skb_tailroom(skb) <= ab->len + extra) {
skb = alloc_skb(2 * ab->len + extra, GFP_ATOMIC);
if (!skb) {
Expand Down

0 comments on commit 643cfa7

Please sign in to comment.