On Fri, Mar 19, 2021 at 09:52:09PM +0300, Konstantin Komarov wrote: > This adds NTFS3 in fs/Kconfig and fs/Makefile > > Signed-off-by: Konstantin Komarov <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx> > --- > fs/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/fs/Kconfig b/fs/Kconfig > index a55bda4233bb..f61330e4efc0 100644 > --- a/fs/Kconfig > +++ b/fs/Kconfig > @@ -145,6 +145,7 @@ menu "DOS/FAT/EXFAT/NT Filesystems" > source "fs/fat/Kconfig" > source "fs/exfat/Kconfig" > source "fs/ntfs/Kconfig" > +source "fs/ntfs3/Kconfig" > > endmenu > endif # BLOCK > -- > 2.25.4 > It seems fs/Makefile modification has been dropped from this patch for some reason. Mistake? -- Oleksandr Natalenko (post-factum)