commit | 3335f0ca130c201f8680e97f63612053fbc16e22 | [log] [tgz] |
---|---|---|
author | Amerigo Wang <amwang@redhat.com> | Fri Aug 10 01:24:39 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 14 14:33:31 2012 -0700 |
tree | 9e4b8cb06bd0d80be0ec6bd29f3e27ae63863f35 | |
parent | 38e6bc185d9544dfad1774b3f8902a0b061aea25 [diff] |
netconsole: do not release spin_lock when calling __netpoll_cleanup With the previous patch applied, __netpoll_cleanup() is non-block now, so we don't need to release the spin_lock before calling it. Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>