FUSE_KERNEL_VERSION
if (error || arg->major != FUSE_KERNEL_VERSION || arg->minor < 11)
ia->in.major = FUSE_KERNEL_VERSION;
if (error || arg->major != FUSE_KERNEL_VERSION)
ia->in.major = FUSE_KERNEL_VERSION;
FUSE_KERNEL_VERSION, FUSE_KERNEL_MINOR_VERSION);