summaryrefslogtreecommitdiff
path: root/fs/ioctl.c
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2022-06-21 20:19:13 +0300
committerDavid S. Miller <davem@davemloft.net>2022-06-22 14:59:43 +0300
commit2f7ca90a0188b57a54d3b1159eb7874427a7e07a (patch)
treed1eec229ee1d66c1a9265f4fc411062b5f9f749b /fs/ioctl.c
parentcf2f225e2653734e66e91c09e1cbe004bfd3d4a7 (diff)
downloadlinux-2f7ca90a0188b57a54d3b1159eb7874427a7e07a.tar.xz
af_unix: Remove unix_table_locks.
unix_table_locks are to protect the global hash table, unix_socket_table. The previous commit removed it, so let's clean up the unnecessary locks. Here is a test result on EC2 c5.9xlarge where 10 processes run concurrently in different netns and bind 100,000 sockets for each. without this series : 1m 38s with this series : 11s It is ~10x faster because the global hash table is split into 10 netns in this case. Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/ioctl.c')
0 files changed, 0 insertions, 0 deletions