diff options
author | Willem de Bruijn <willemb@google.com> | 2015-05-14 19:25:02 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-14 21:40:54 (GMT) |
commit | 54d7c01d3ed699cfc213115eaecfe1175cfaff8f (patch) | |
tree | a3549400cc77b55a19ea400a3f6623f461739139 /kernel/auditsc.c | |
parent | 4ffd3c730e7ba2eb53a427f1a2bba2eec5f2d97b (diff) | |
download | linux-54d7c01d3ed699cfc213115eaecfe1175cfaff8f.tar.xz |
packet: fix warnings in rollover lock contention
Avoid two xchg calls whose return values were unused, causing a
warning on some architectures.
The relevant variable is a hint and read without mutual exclusion.
This fix makes all writers hold the receive_queue lock.
Suggested-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/auditsc.c')
0 files changed, 0 insertions, 0 deletions