Re: [PATCH 12/24] jfs: add setlease file operation

From: Richard Weinberger
Date: Fri Jan 09 2026 - 02:41:35 EST


----- Ursprüngliche Mail -----
> Von: "Jeff Layton" <jlayton@xxxxxxxxxx>
> Add the setlease file_operation to jfs_file_operations and
> jfs_dir_operations, pointing to generic_setlease. A future patch will
> change the default behavior to reject lease attempts with -EINVAL when
> there is no setlease file operation defined. Add generic_setlease to
> retain the ability to set leases on this filesystem.
>
> Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx>
> ---
> fs/jfs/file.c | 2 ++
> fs/jfs/namei.c | 2 ++
> 2 files changed, 4 insertions(+)

Acked-by: Richard Weinberger <richard@xxxxxx>

Thanks,
//richard