[PATCH] smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig

Steve French smfrench at gmail.com
Tue Dec 17 19:40:43 UTC 2024


merged into cifs-2.6.git for-next

On Tue, Dec 17, 2024 at 3:26 AM Dragan Simic <dsimic at manjaro.org> wrote:

> Repeating automatically selected options in Kconfig files is redundant, so
> let's delete repeated "select NETFS_SUPPORT" that was added accidentally.
>
> Fixes: 69c3c023af25 ("cifs: Implement netfslib hooks")
> Signed-off-by: Dragan Simic <dsimic at manjaro.org>
> ---
>  fs/smb/client/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/smb/client/Kconfig b/fs/smb/client/Kconfig
> index 2aff6d1395ce..9f05f94e265a 100644
> --- a/fs/smb/client/Kconfig
> +++ b/fs/smb/client/Kconfig
> @@ -2,7 +2,6 @@
>  config CIFS
>         tristate "SMB3 and CIFS support (advanced network filesystem)"
>         depends on INET
> -       select NETFS_SUPPORT
>         select NLS
>         select NLS_UCS2_UTILS
>         select CRYPTO
>
>

-- 
Thanks,

Steve


More information about the samba-technical mailing list