ceph: allow sync_read/write return partial successed size of read/write.
authormajianpeng <majianpeng@gmail.com>
Wed, 21 Aug 2013 07:02:51 +0000 (15:02 +0800)
committerSage 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