commit | 8aeca8fea5f2de2563e097829d62af30ca2de650 | [log] [tgz] |
---|---|---|
author | Florian Zumbiehl <florz@florz.de> | Mon Jul 30 17:49:13 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 31 02:28:23 2007 -0700 |
tree | d7fe27b3cef67e8f44836082ea21c42e88ab5d58 | |
parent | 86c1dcfc96a778433ebc6e9b1d3e80a126cb80f2 [diff] |
[PPPoE]: move lock_sock() in pppoe_sendmsg() to the right location and the last one for now: Acquire the sock lock in pppoe_sendmsg() before accessing the sock - and in particular avoid releasing the lock even though it hasn't been acquired. Signed-off-by: Florian Zumbiehl <florz@florz.de> Signed-off-by: David S. Miller <davem@davemloft.net>