Skip to content
Snippets Groups Projects
Commit 501dcccd authored by Zach Brown's avatar Zach Brown Committed by Andy Grover
Browse files

rds: block ints when acquiring c_lock in rds_conn_message_info()


conn->c_lock is acquired in interrupt context.  rds_conn_message_info() is
called from user context and was acquiring c_lock without blocking interrupts,
leading to possible deadlocks.

Signed-off-by: default avatarZach Brown <zach.brown@oracle.com>
parent 671202f3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment