Re: linux-next: build failure after merge of the fs-next tree
From: Namjae Jeon
Date: Fri Mar 27 2026 - 21:16:46 EST
> diff --git a/fs/exfat/file.c b/fs/exfat/file.c
> index 9a30c32b3a0526..82db5ebaaad7b7 100644
> --- a/fs/exfat/file.c
> +++ b/fs/exfat/file.c
> @@ -839,7 +839,7 @@ static int exfat_file_mmap_prepare(struct vm_area_desc *desc)
> if (unlikely(exfat_forced_shutdown(file_inode(desc->file)->i_sb)))
> return -EIO;
>
> - if (vma_desc_test_flags(desc, VMA_WRITE_BIT)) {
> + if (vma_desc_test(desc, VMA_WRITE_BIT)) {
> struct inode *inode = file_inode(file);
> loff_t from, to;
> int err;
Looks good to me:)
Thank you, Mark!
> --
> 2.47.3
>