summaryrefslogtreecommitdiff
path: root/include/net/af_unix.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-17 12:19:38 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-17 12:19:38 +0300
commit30cada73a7bdb477c2be4932b20f351e2ff25309 (patch)
tree967a16619674230684f9fadd976f8d3ae7910d0a /include/net/af_unix.h
parentbc9d7909ae893361caf5b66d7f976108367d64ce (diff)
parentba151416051a45ffca565f708584b9cd5c971481 (diff)
downloadlinux-30cada73a7bdb477c2be4932b20f351e2ff25309.tar.xz
Merge v6.6.28
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/af_unix.h')
-rw-r--r--include/net/af_unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h
index afd40dce40f3..d1b07ddbe677 100644
--- a/include/net/af_unix.h
+++ b/include/net/af_unix.h
@@ -55,7 +55,7 @@ struct unix_sock {
struct mutex iolock, bindlock;
struct sock *peer;
struct list_head link;
- atomic_long_t inflight;
+ unsigned long inflight;
spinlock_t lock;
unsigned long gc_flags;
#define UNIX_GC_CANDIDATE 0