diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/af_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h index b5d785ab4a0..3f302ae98c0 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h | |||
| @@ -13,7 +13,7 @@ extern void unix_gc(void); | |||
| 13 | #define UNIX_HASH_SIZE 256 | 13 | #define UNIX_HASH_SIZE 256 |
| 14 | 14 | ||
| 15 | extern struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1]; | 15 | extern struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1]; |
| 16 | extern rwlock_t unix_table_lock; | 16 | extern spinlock_t unix_table_lock; |
| 17 | 17 | ||
| 18 | extern atomic_t unix_tot_inflight; | 18 | extern atomic_t unix_tot_inflight; |
| 19 | 19 | ||
