Re: [PATCH 07/24] exfat: add setlease file operation

From: Namjae Jeon
Date: Thu Jan 08 2026 - 17:48:30 EST


On Fri, Jan 9, 2026 at 2:14 AM Jeff Layton <jlayton@xxxxxxxxxx> wrote:
>
> Add the setlease file_operation to exfat_file_operations and
> exfat_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: Namjae Jeon <linkinjeon@xxxxxxxxxx>
Thanks!