]> Git Repo - linux.git/commit
ceph: allow sync_read/write return partial successed size of read/write.
authormajianpeng <[email protected]>
Wed, 21 Aug 2013 07:02:51 +0000 (15:02 +0800)
committerSage Weil <[email protected]>
Tue, 27 Aug 2013 19:28:46 +0000 (12:28 -0700)
commitee7289bfadda5f4ef60884547ebc9989c8fb314a
treef835efe5f3a34b276991f5e145b4b723f9cd00d3
parent02ae66d8b229708fd94b764f6c17ead1c7741fcf
ceph: allow sync_read/write return partial successed size of read/write.

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 <[email protected]>
fs/ceph/file.c
This page took 0.053525 seconds and 4 git commands to generate.