Re: [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
From: Paul Walmsley
Date: Thu Apr 02 2026 - 17:55:01 EST
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@xxxxxxxxxx>
Acked-by: Paul Walmsley <pjw@xxxxxxxxxx> # arch/riscv
- Paul