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:
02ae66d
)
ceph: allow sync_read/write return partial successed size of read/write.
author
majianpeng
<majianpeng@gmail.com>
Wed, 21 Aug 2013 07:02:51 +0000
(15:02 +0800)
committer
Sage Weil
<sage@inktank.com>
Tue, 27 Aug 2013 19:28:46 +0000
(12:28 -0700)
For sync_read/write, it may do multi stripe operations.If one of those
met erro, we return the former successed size rather than a error value.
There is a exception for write-operation met -EOLDSNAPC.If this occur,we
retry the whole write again.
Signed-off-by: Jianpeng Ma <majianpeng@gmail.com>
No differences found