On 29/09/2017 13:13, Michael Fritscher wrote: > > +#ifdef _WIN32 > + ctx->xops = 0; > +#else > if (ctx->export_flags & V9FS_SM_PASSTHROUGH) { > ctx->xops = passthrough_xattr_ops; > } else if (ctx->export_flags & V9FS_SM_MAPPED) { > @@ -1442,6 +1445,7 @@ static int local_init(FsContext *ctx) > */ > ctx->xops = passthrough_xattr_ops; > } > +#endif
Why not none_xattr_ops? Paolo