Re: [RFC] fuse: disable support for file handle when FUSE_EXPORT_SUPPORT not configured

From: Miklos Szeredi
Date: Tue Jan 23 2024 - 05:48:24 EST


On Tue, 23 Jan 2024 at 11:40, Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx> wrote:
>
>
>
> On 1/23/24 6:17 PM, Amir Goldstein wrote:
> > If you somehow find a way to mitigate the regression for NFS export of
> > old fuse servers (maybe an opt-in Kconfig?),

Better would be if the server explicitly disabled export support with
an INIT flag (FUSE_NO_EXPORT).

Thanks,
Miklos