Skip to content
Commit 976673ee authored by Chris Mason's avatar Chris Mason Committed by Andy Grover
Browse files

rds: switch to rwlock on bind_lock



The bind_lock is almost entirely readonly, but it gets
hammered during normal operations and is a major bottleneck.

This commit changes it to an rwlock, which takes it from 80%
of the system time on a big numa machine down to much lower
numbers.

A better fix would involve RCU, which is done in a later commit

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent ce47f52f
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