diff options
| author | 2008-11-20 09:03:38 +0100 | |
|---|---|---|
| committer | 2008-11-20 09:03:38 +0100 | |
| commit | 90accd6fabf9b2fa2705945a4c601877a75d43bf (patch) | |
| tree | d393cb54f0228b1313139e4e14adf4f5cf236b59 /include/net/af_unix.h | |
| parent | x86: corruption-check: some post-move cleanups (diff) | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 (diff) | |
| download | linux-dev-90accd6fabf9b2fa2705945a4c601877a75d43bf.tar.xz linux-dev-90accd6fabf9b2fa2705945a4c601877a75d43bf.zip | |
Merge branch 'linus' into x86/memory-corruption-check
Diffstat (limited to 'include/net/af_unix.h')
| -rw-r--r-- | include/net/af_unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h index 7dd29b7e461d..c29ff1da8a18 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h @@ -54,6 +54,7 @@ struct unix_sock { atomic_long_t inflight; spinlock_t lock; unsigned int gc_candidate : 1; + unsigned int gc_maybe_cycle : 1; wait_queue_head_t peer_wait; }; #define unix_sk(__sk) ((struct unix_sock *)__sk) |
