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

rds: per-rm flush_wait waitq



This removes a global waitqueue used to wait for rds messages
and replaces it with a waitqueue inside the rds_message struct.

The global waitqueue turns into a global lock and significantly
bottlenecks operations on large machines.

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