]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ceph: implement readv/preadv for sync operation
authormajianpeng <majianpeng@gmail.com>
Thu, 26 Sep 2013 06:42:17 +0000 (14:42 +0800)
committerSage Weil <sage@inktank.com>
Fri, 13 Dec 2013 17:13:17 +0000 (09:13 -0800)
commit8eb4efb091c8d8f70a0e6822288b043f8691ec51
treeefd1b0ca17ea9b8625517094ba8fc057fc10941f
parente8344e668915a7488def414f016dbf7d9fce84b5
ceph: implement readv/preadv for sync operation

For readv/preadv sync-operatoin, ceph only do the first iov.
Now implement this.

Signed-off-by: Jianpeng Ma <majianpeng@gmail.com>
Reviewed-by: Yan, Zheng <zheng.z.yan@intel.com>
fs/ceph/file.c