summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@google.com>2026-05-29 19:18:02 +0000
committerJakub Kicinski <kuba@kernel.org>2026-06-02 11:44:10 -0700
commited9ea881746b4b80a5e3279159c07855275990e0 (patch)
tree3fe878904c8b0340d517fd80bd5ca5fbd7a501c6 /include/linux/debugobjects.h
parentae4ef7271c28eac27801d8c439f2746ac5e57171 (diff)
af_unix: Remove sock->state assignment.
Both struct socket and struct sock have a variable to manage its state, sock->state and sk->sk_state. When both are used, the former typically manages syscall state and the latter manages the actual connection state. AF_UNIX only uses sk->sk_state. Let's remove unnecessary assignemnts for sock->state. Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com> Link: https://patch.msgid.link/20260529191829.3864438-1-kuniyu@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions