diff options
| author | Kuniyuki Iwashima <kuniyu@google.com> | 2026-05-29 22:18:02 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-06-02 21:44:10 +0300 |
| commit | ed9ea881746b4b80a5e3279159c07855275990e0 (patch) | |
| tree | 3fe878904c8b0340d517fd80bd5ca5fbd7a501c6 /include/linux/platform_data | |
| parent | ae4ef7271c28eac27801d8c439f2746ac5e57171 (diff) | |
| download | linux-ed9ea881746b4b80a5e3279159c07855275990e0.tar.xz | |
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/platform_data')
0 files changed, 0 insertions, 0 deletions
