]> git.karo-electronics.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>
Mon, 30 Sep 2013 21:52:52 +0000 (14:52 -0700)
commit53d028160f1affc6c3562e2d07bc352b53d51f2c
tree8e25d96d5ed188923cfa6463599fc5119c32ed95
parent2f0a7a1808d746ad153a908b5958073c630e3157
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