Re: Re: [PATCH 2/2] ceph: Implement writev/pwritev for sync operation.

2013-09-05 Thread majianpeng
Hi, Thank you for the patch. On 09/03/2013 04:52 PM, majianpeng wrote: For writev/pwritev sync-operatoin, ceph only do the first iov. It don't think other iovs.Now implement this. I divided the write-sync-operation into two functions.One for direct-write,other for none-direct-sync-write.This

Re: [PATCH 2/2] ceph: Implement writev/pwritev for sync operation.

2013-09-05 Thread Yan, Zheng
On 09/06/2013 08:46 AM, majianpeng wrote: Hi, Thank you for the patch. On 09/03/2013 04:52 PM, majianpeng wrote: For writev/pwritev sync-operatoin, ceph only do the first iov. It don't think other iovs.Now implement this. I divided the write-sync-operation into two functions.One for

Re: [PATCH 2/2] ceph: Implement writev/pwritev for sync operation.

2013-09-04 Thread Yan, Zheng
Hi, Thank you for the patch. On 09/03/2013 04:52 PM, majianpeng wrote: For writev/pwritev sync-operatoin, ceph only do the first iov. It don't think other iovs.Now implement this. I divided the write-sync-operation into two functions.One for direct-write,other for none-direct-sync-write.This

Re: [PATCH 2/2] ceph: Implement writev/pwritev for sync operation.

2013-09-04 Thread Yan, Zheng
Hi, Thank you for the patch. On 09/03/2013 04:52 PM, majianpeng wrote: For writev/pwritev sync-operatoin, ceph only do the first iov. It don't think other iovs.Now implement this. I divided the write-sync-operation into two functions.One for direct-write,other for none-direct-sync-write.This