]> bbs.cooldavid.org Git - net-next-2.6.git/commit
econet: fix locking
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 9 Jun 2010 16:33:05 +0000 (16:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Jun 2010 01:37:08 +0000 (18:37 -0700)
commit0c78a92fbd655ab990e2799f645707f05f548e2f
tree8dd5bb176c76c142c6b310b4ce4d076d36acaec3
parentc7de2cf053420d63bac85133469c965d4b1083e1
econet: fix locking

econet lacks proper locking. It holds econet_lock only when inserting or
deleting an entry in econet_sklist, not during lookups.

- convert econet_lock from rwlock to spinlock

- use econet_lock in ec_listening_socket() lookup

- use appropriate sock_hold() / sock_put() to avoid corruptions.

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