[PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
Paul Walmsley
pjw at kernel.org
Fri Apr 3 08:52:15 AEDT 2026
On Tue, 17 Mar 2026, Vincent Mailhol (Arm) 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) <mailhol at kernel.org>
Acked-by: Paul Walmsley <pjw at kernel.org> # arch/riscv
- Paul
More information about the Linuxppc-dev
mailing list