Re: [PATCH 02/24] affs: add setlease file operation

From: David Sterba
Date: Thu Jan 08 2026 - 16:29:51 EST


On Thu, Jan 08, 2026 at 12:12:57PM -0500, Jeff Layton wrote:
> Add the setlease file_operation to affs_file_operations and
> affs_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>

Acked-by: David Sterba <dsterba@xxxxxxxx>