[PATCH] ceph: Update FUSE_USE_VERSION from 26 to 30.

2013-07-31 Thread majianpeng
When compiling, it met this error: >In file included from /usr/local/include/fuse/fuse.h:19:0, > from client/fuse_ll.cc:17: >/usr/local/include/fuse/fuse_common.h:474:4: error: #error only API >version 30 or greater is supported Update FUSE_USE_VERSION from 26 to 30. Signed-off-by:

Re: [PATCH] ceph: Update FUSE_USE_VERSION from 26 to 30.

2013-08-05 Thread Sage Weil
On Thu, 1 Aug 2013, majianpeng wrote: > When compiling, it met this error: > >In file included from /usr/local/include/fuse/fuse.h:19:0, > > from client/fuse_ll.cc:17: > >/usr/local/include/fuse/fuse_common.h:474:4: error: #error only API > >version 30 or greater is supported > Upda

Re: Re: [PATCH] ceph: Update FUSE_USE_VERSION from 26 to 30.

2013-08-05 Thread majianpeng
>On Thu, 1 Aug 2013, majianpeng wrote: >> When compiling, it met this error: >> >In file included from /usr/local/include/fuse/fuse.h:19:0, >> > from client/fuse_ll.cc:17: >> >/usr/local/include/fuse/fuse_common.h:474:4: error: #error only API >> >version 30 or greater is supported