Skip to content
Commit 8f883c24 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: make write_begin wait propagate ERESTARTSYS



Currently, if the wait_event_interruptible is interrupted, we
return EAGAIN unconditionally and loop, such that we aren't, in
fact, interruptible.  So, propagate ERESTARTSYS if we get it.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent ec4318bc
Loading
Loading
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