commit | f2ee7abf4c40c8e6bffced923a7c01ea2d1f6c97 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Jul 28 06:41:09 2011 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 01 01:41:17 2011 -0400 |
tree | 3c7ec119cf89f82737c55235ff7881ebeed9408f | |
parent | b12362bdb61a230a67daa77bcd2a11e59b2802e1 [diff] |
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: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>