Chris Mason 976673ee1b 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: Chris Mason <chris.mason@oracle.com>
2010-09-08 18:12:26 -07:00
..
2010-09-08 18:11:37 -07:00
2010-09-08 18:12:26 -07:00
2010-09-08 18:11:41 -07:00
2009-02-26 23:39:25 -08:00
2010-09-08 18:11:37 -07:00
2010-09-08 18:11:58 -07:00
2009-02-26 23:39:26 -08:00
2010-09-08 18:11:44 -07:00
2010-09-08 18:12:25 -07:00
2009-08-23 19:13:02 -07:00