Skip to content
Commit f2ee7abf authored by Eric Dumazet's avatar Eric Dumazet Committed by Al Viro
Browse files

vfs: avoid taking inode_hash_lock on pipes and sockets



Some inodes (pipes, sockets, ...) are not hashed, no need to take
contended inode_hash_lock at dismantle time.

nice speedup on SMP machines on socket intensive workloads.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b12362bd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment