diff options
Diffstat (limited to 'include/net/af_unix.h')
| -rw-r--r-- | include/net/af_unix.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h index a8836e8445cc..dbdfd2b0f3b3 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h | |||
| @@ -57,9 +57,10 @@ struct unix_sock { | |||
| 57 | struct list_head link; | 57 | struct list_head link; |
| 58 | atomic_long_t inflight; | 58 | atomic_long_t inflight; |
| 59 | spinlock_t lock; | 59 | spinlock_t lock; |
| 60 | unsigned int gc_candidate : 1; | ||
| 61 | unsigned int gc_maybe_cycle : 1; | ||
| 62 | unsigned char recursion_level; | 60 | unsigned char recursion_level; |
| 61 | unsigned long gc_flags; | ||
| 62 | #define UNIX_GC_CANDIDATE 0 | ||
| 63 | #define UNIX_GC_MAYBE_CYCLE 1 | ||
| 63 | struct socket_wq peer_wq; | 64 | struct socket_wq peer_wq; |
| 64 | }; | 65 | }; |
| 65 | #define unix_sk(__sk) ((struct unix_sock *)__sk) | 66 | #define unix_sk(__sk) ((struct unix_sock *)__sk) |
