Older build environments may not have all the fuse function ptrs that
are present in newer ones. It's best to just let them all silently be
set to 0.
This reverts commit
516ac99bb8c16614757f3b61f4bf266e4531861e.
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
}
}
-const static struct fuse_lowlevel_ops ceph_ll_oper = {
+static struct fuse_lowlevel_ops ceph_ll_oper = {
init: do_init,
destroy: 0,
lookup: ceph_ll_lookup,
create: ceph_ll_create,
getlk: 0,
setlk: 0,
- bmap : 0,
- ioctl : 0,
- poll : 0,
+ bmap: 0
};
int ceph_fuse_ll_main(Client *c, int argc, const char *argv[], int fd)