Browse Source

af_unix: update locking comment

We latch our state using a spinlock not a r/w kind of lock.

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Daniel Baluta 14 năm trước cách đây
mục cha
commit
e5537bfc98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      net/unix/af_unix.c

+ 1 - 1
net/unix/af_unix.c

@@ -1124,7 +1124,7 @@ restart:
 
 
 	/* Latch our state.
 	/* Latch our state.
 
 
-	   It is tricky place. We need to grab write lock and cannot
+	   It is tricky place. We need to grab our state lock and cannot
 	   drop lock on peer. It is dangerous because deadlock is
 	   drop lock on peer. It is dangerous because deadlock is
 	   possible. Connect to self case and simultaneous
 	   possible. Connect to self case and simultaneous
 	   attempt to connect are eliminated by checking socket
 	   attempt to connect are eliminated by checking socket