Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1551475 > unrolled thread

Re: [PATCH] ubifs: Fix 'unmet direct dependencies' config warning when !BLOCK

Started byRichard Weinberger <richard@nod.at>
First post2017-01-05 00:00 +0100
Last post2017-01-05 00:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] ubifs: Fix 'unmet direct dependencies' config warning  when !BLOCK Richard Weinberger <richard@nod.at> - 2017-01-05 00:00 +0100

#1551475 — Re: [PATCH] ubifs: Fix 'unmet direct dependencies' config warning when !BLOCK

FromRichard Weinberger <richard@nod.at>
Date2017-01-05 00:00 +0100
SubjectRe: [PATCH] ubifs: Fix 'unmet direct dependencies' config warning when !BLOCK
Message-ID<sW2Hf-2Cc-5@gated-at.bofh.it>
Am 03.01.2017 um 15:31 schrieb Augusto Mecking Caringi:
> When UBIFS_FS_ENCRYPTION is selected and BLOCK is not set, the following
> warning is given:
> 
> warning: (UBIFS_FS_ENCRYPTION) selects FS_ENCRYPTION which has unmet
> direct dependencies (BLOCK)
> 
> Fix it by making BLOCK a dependency of UBIFS_FS_ENCRYPTION.
> 
> Signed-off-by: Augusto Mecking Caringi <augustocaringi@gmail.com>
> ---
>  fs/ubifs/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig
> index 0a908ae..e9d7780 100644
> --- a/fs/ubifs/Kconfig
> +++ b/fs/ubifs/Kconfig
> @@ -54,6 +54,7 @@ config UBIFS_ATIME_SUPPORT
>  config UBIFS_FS_ENCRYPTION
>  	bool "UBIFS Encryption"
>  	depends on UBIFS_FS
> +	depends on BLOCK
>  	select FS_ENCRYPTION
>  	default n
>  	help
> 

This is currently being addressed, please see discussions around:
https://lkml.org/lkml/2016/12/19/161
and
https://lkml.org/lkml/2016/12/16/118

Thanks,
//richard

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web