Re: [PATCH v5] Ceph: Punch hole support for kernel client

2013-08-27 Thread Sage Weil
On Tue, 27 Aug 2013, Andrew Morton wrote: > On Thu, 15 Aug 2013 11:51:44 +0800 Li Wang wrote: > > > This patch implements fallocate and punch hole support for Ceph kernel > > client. > > i386 allmodconfig: > > ERROR: "__divdi3" [fs/ceph/ceph.ko] undefined! > make[1]: *** [__modpost] Error 1 >

Re: [PATCH v5] Ceph: Punch hole support for kernel client

2013-08-27 Thread Andrew Morton
On Thu, 15 Aug 2013 11:51:44 +0800 Li Wang wrote: > This patch implements fallocate and punch hole support for Ceph kernel client. i386 allmodconfig: ERROR: "__divdi3" [fs/ceph/ceph.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 Due to a 64-bit divide in ceph_zero

Re: [PATCH v5] Ceph: Punch hole support for kernel client

2013-08-15 Thread Sage Weil
I've applied this to the testing branch and moved to the better fsx in the qa suite. The ceph-fuse patches are still in wip-fallocate until I can run the fs test suite against them. Thanks! sage On Thu, 15 Aug 2013, Li Wang wrote: > This patch implements fallocate and punch hole support for

[PATCH v5] Ceph: Punch hole support for kernel client

2013-08-14 Thread Li Wang
This patch implements fallocate and punch hole support for Ceph kernel client. Signed-off-by: Li Wang Signed-off-by: Yunchuan Wen --- Against v3: Passed the fsx test from xfstests. Truncate rather than delete the first object. Thanks go to Sage and Zheng for the explanation. Silence the OSD