Re: [PATCH] fuse: add support for explicit export disabling

From: Miklos Szeredi
Date: Wed Jan 24 2024 - 08:04:48 EST


On Wed, 24 Jan 2024 at 13:50, Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx> wrote:

> OK I will rename it to fuse_no_export_operations.
>
> By the way do I need to bump and update the minor version of FUSE protocol?

It's not strictly necessary since the feature is negotiated with the
FUSE_NO_EXPORT_SUPPORT flag.

Despite that we do usually bump the minor version once per kernel
release if there were any changes to the API.

Thanks,
Miklos