Re: linux-next inclusion request : ntfs filesystem

From: Namjae Jeon

Date: Tue Feb 17 2026 - 19:02:22 EST


On Tue, Feb 17, 2026 at 11:24 PM Mark Brown <broonie@xxxxxxxxxx> wrote:
>
> On Mon, Feb 16, 2026 at 04:05:42PM +0000, Mark Brown wrote:
> > On Sun, Feb 15, 2026 at 03:02:34PM +0900, Namjae Jeon wrote:
> >
> > > Could you please add ntfs -ntfs-next tree to linux-next ?
> >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs.git ntfs-next
> >
> > I've done this, with you as the contact - let me know if you want to add
> > anyone else. It should start appearing tomorrow, though I note that it
> > is the middle of the merge window so if it were going to go to Linus
> > this time around it should really have already been there already. If
> > you want to also add a separate fixes branch let me know about that too.
>
> This is breaking at least an arm multi_v7_defconfig in conjunction with
> things already in -next:
>
> /tmp/next/build/fs/ntfs/file.c: In function 'ntfs_file_mmap_prepare':
> /tmp/next/build/fs/ntfs/file.c:657:19: error: 'struct vm_area_desc' has no member named 'vm_flags'; did you mean 'vma_flags'?
> 657 | if (desc->vm_flags & VM_WRITE) {
> | ^~~~~~~~
> | vma_flags
>
> so I'll drop it for now, I'll try again after -rc1 (next week).
It seems the build error is caused by a dependency on Lorenzo Stoakes'
recent MM change ("mm: update all remaining mmap_prepare users to use
vma_flags_t"), which replaces vm_flags with vma_flags in struct
vm_area_desc.
I will update the ntfs tree to align with this change and ensure it
builds correctly against the current -next.
Thanks for your help!