git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec4318b
)
ceph: make write_begin wait propagate ERESTARTSYS
author
Sage Weil
<sage@newdream.net>
Fri, 19 Mar 2010 20:27:53 +0000
(13:27 -0700)
committer
Sage Weil
<sage@newdream.net>
Tue, 23 Mar 2010 14:47:03 +0000
(07:47 -0700)
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: Sage Weil <sage@newdream.net>
No differences found