[PATCH 22/29] jfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
Dave Kleikamp
dave.kleikamp at oracle.com
Fri Jan 16 09:09:24 AEDT 2026
On 1/15/26 11:47AM, Jeff Layton wrote:
> Add the EXPORT_OP_STABLE_HANDLES flag to jfs export operations to indicate
> that this filesystem can be exported via NFS.
>
> Signed-off-by: Jeff Layton <jlayton at kernel.org>
Acked-by: Dave Kleikamp <dave.kleikamp at oracle.com>
> ---
> fs/jfs/super.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fs/jfs/super.c b/fs/jfs/super.c
> index 3cfb86c5a36e8f0c46a2734a24fba6ffd36c7ad9..ac9b6d754f8c203baa7e91362aeb0dc9b3ce209f 100644
> --- a/fs/jfs/super.c
> +++ b/fs/jfs/super.c
> @@ -864,6 +864,7 @@ static const struct export_operations jfs_export_operations = {
> .fh_to_dentry = jfs_fh_to_dentry,
> .fh_to_parent = jfs_fh_to_parent,
> .get_parent = jfs_get_parent,
> + .flags = EXPORT_OP_STABLE_HANDLES,
> };
>
> static void jfs_init_options(struct fs_context *fc, struct jfs_context *ctx)
>
More information about the Linux-erofs
mailing list