Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346465
b: refs/heads/master
c: 662a889
h: refs/heads/master
i:
  346463: 8639cda
v: v3
  • Loading branch information
Ed Cashin authored and Linus Torvalds committed Dec 18, 2012
1 parent e43fdba commit 38984d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e9766317fd51a33a32c65d2b76a6bde3227bbbd
refs/heads/master: 662a889608dfabbb1b4954b172a6872a25dc8f90
5 changes: 5 additions & 0 deletions trunk/drivers/block/aoe/aoechr.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ struct ErrMsg {
};

static DEFINE_MUTEX(aoechr_mutex);

/* A ring buffer of error messages, to be read through
* "/dev/etherd/err". When no messages are present,
* readers will block waiting for messages to appear.
*/
static struct ErrMsg emsgs[NMSG];
static int emsgs_head_idx, emsgs_tail_idx;
static struct completion emsgs_comp;
Expand Down

0 comments on commit 38984d0

Please sign in to comment.