[AF_UNIX]: Use spinlock for unix_table_lock
[deliverable/linux.git] / include / net / af_unix.h
index b5d785ab4a0ea3cd41fe6ac2c82edcaf68274c0a..3f302ae98c03d308319b9a56b0f4bcba3f55046c 100644 (file)
@@ -13,7 +13,7 @@ extern void unix_gc(void);
 #define UNIX_HASH_SIZE 256
 
 extern struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1];
-extern rwlock_t unix_table_lock;
+extern spinlock_t unix_table_lock;
 
 extern atomic_t unix_tot_inflight;
 
This page took 0.024313 seconds and 5 git commands to generate.