Re: [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
Geert Uytterhoeven <[email protected]>
| Newsgroups | gmane.linux.kbuild.devel,gmane.linux.kernel,gmane.linux.ports.alpha,gmane.linux.ports.arm.kernel,gmane.linux.ports.arm.omap,gmane.linux.ports.mips,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.kernel.samsung-soc,gmane.linux.kernel.renesas-soc,gmane.linux.ports.parisc,gmane.comp.hardware.openbmc |
|---|---|
| Message-ID | <CAMuHMdV50nOT06wKfj_X5LU2z=1XZZGd6Gac0C41qWWNZHRLXg@mail.gmail.com> |
Hi Vincent, On Tue, 17 Mar 2026 at 10:16, Vincent Mailhol (Arm) <[email protected]> wrote: > CONFIG_NFS_V4_1 was revomed in commit 7537db24806f ("NFS: Merge > CONFIG_NFS_V4_1 with CONFIG_NFS_V4"). However, some defconfigs are > still referring the old configuration. > > Clean-up all the leftover references to CONFIG_NFS_V4_1. > > FYI, the suppressions were done using: > > git grep -z -l '^CONFIG_NFS_V4=' -- 'arch/*/configs/*defconfig' |\ > xargs -0 sed -i -E '/^CONFIG_NFS_V4_1=/d' > > CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN and CONFIG_NFS_V4_1_MIGRATION > were not in scope of the renaming and still use V4_1 in their name, so > keep those two untouched. > > Fixes: 7537db24806f ("NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4") > Signed-off-by: Vincent Mailhol (Arm) <[email protected]> Thanks for your patch! > --- a/arch/arm/configs/shmobile_defconfig > +++ b/arch/arm/configs/shmobile_defconfig > @@ -217,7 +217,6 @@ CONFIG_TMPFS=y > CONFIG_NFS_FS=y > CONFIG_NFS_V3_ACL=y > CONFIG_NFS_V4=y > -CONFIG_NFS_V4_1=y > CONFIG_ROOT_NFS=y > CONFIG_NLS_CODEPAGE_437=y > CONFIG_NLS_ISO8859_1=y Already done, cfr. commit 8c6cccefb33e2022 ("ARM: shmobile: defconfig: Refresh for v7.0-rc1") in next-20260309 and later. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds