af_packet: lock imbalance
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 7 Jul 2011 13:41:29 +0000 (06:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jul 2011 13:41:29 +0000 (06:41 -0700)
commitafe62c68cd3562c5f8e3ea293e82906dd5a87936
tree5cc472bb610de783a1dca1e9f54043a0918d60bd
parent68ac31918ec359a2bfb9f897bb62c2940652d2b8
af_packet: lock imbalance

fanout_add() might return with fanout_mutex held.

Reduce indentation level while we are at it

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c