summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2024-06-20 23:56:18 +0300
committerPaolo Abeni <pabeni@redhat.com>2024-06-25 12:10:18 +0300
commitc4da4661d985fd3cbaea3ea6101e2dd0d2ad4b74 (patch)
tree0a66ad0e3deebd7050b4418652d9ecff683ed6ce /net/unix/af_unix.c
parentb380b18102a0b72a9726077474a2915dfe8bbc08 (diff)
downloadlinux-c4da4661d985fd3cbaea3ea6101e2dd0d2ad4b74.tar.xz
af_unix: Remove U_LOCK_DIAG.
sk_diag_dump_icons() acquires embryo's lock by unix_state_lock_nested() to fetch its peer. The embryo's ->peer is set to NULL only when its parent listener is close()d. Then, unix_release_sock() is called for each embryo after unlinking skb by skb_dequeue(). In sk_diag_dump_icons(), we hold the parent's recvq lock, so we need not acquire unix_state_lock_nested(), and peer is always non-NULL. Let's remove unnecessary unix_state_lock_nested() and non-NULL test for peer. Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions