Skip to content
Commit ed75ec2c authored by Yan, Zheng's avatar Yan, Zheng Committed by Alex Elder
Browse files

ceph: Fix infinite loop in __wake_requests



__wake_requests() will enter infinite loop if we use it to wake
requests in the session->s_waiting list. __wake_requests() deletes
requests from the list and __do_request() adds requests back to
the list.

Signed-off-by: default avatarYan, Zheng <zheng.z.yan@intel.com>
Signed-off-by: default avatarSage Weil <sage@inktank.com>
parent 5e62ad30
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