diff options
author | Alex Elder <[email protected]> | 2013-02-27 17:05:28 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-02-27 19:10:22 -0800 |
commit | 398eb08555b24049e0362fee92920982b283fd96 (patch) | |
tree | 8854f4c74114fd24ae3ea02303521fd02d6ebaf2 /net/unix/sysctl_net_unix.c | |
parent | 5e4b269bcd178ac9b066a69f17c253d2f3f6388a (diff) |
nbd: fix sparse warning
I just fixed this in "drivers/block/rbd.c" and I noticed that
"drivers/block/nbd.c" has the same problem. Fix a warning issued by
sparse by adding some lockdep annotations to indicate the queue lock gets
dropped (because it's held when do_nbd_request() is called) and
re-acquired within the function.
Signed-off-by: Alex Elder <[email protected]>
Cc: Paul Clements <[email protected]>
Cc: Paul Clements <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions