Re: [PATCH 1/2] dm crypt: replaced #if defined with IS_ENABLED

From: Dmitry Baryshkov
Date: Tue Feb 02 2021 - 19:34:33 EST


пт, 22 янв. 2021 г. в 11:43, Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>:
>
> IS_ENABLED(CONFIG_ENCRYPTED_KEYS) is true whether the option is built-in
> or a module, so use it instead of #if defined checking for each
> separately.
>
> The other #if was to avoid a static function defined, but unused
> warning. As we now always build the callsite when the function
> is defined, we can remove that first #if guard.
>
> Suggested-by: Arnd Bergmann <arnd@xxxxxxxx>
> Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>

Acked-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>


--
With best wishes
Dmitry