Skip to content

Commit

Permalink
AF_UNIX: update locking comment
Browse files Browse the repository at this point in the history
The lock used in unix_state_lock() is a spin_lock not reader-writer.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Feb 18, 2010
1 parent b9fb9ee commit 663717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/unix/af_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb)
/*
* SMP locking strategy:
* hash table is protected with spinlock unix_table_lock
* each socket state is protected by separate rwlock.
* each socket state is protected by separate spin lock.
*/

static inline unsigned unix_hash_fold(__wsum n)
Expand Down

0 comments on commit 663717f

Please sign in to comment.