[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20090928172254.bca66f54.randy.dunlap@oracle.com>
Date: Mon, 28 Sep 2009 17:22:54 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, tyhicks@...ux.vnet.ibm.com
Subject: Re: [to-be-updated] ecryptfs-depends-on-crypto.patch removed from
-mm tree
On Mon, 28 Sep 2009 17:18:30 -0700 akpm@...ux-foundation.org wrote:
>
> The patch titled
> ecryptfs: depends on CRYPTO
> has been removed from the -mm tree. Its filename was
> ecryptfs-depends-on-crypto.patch
>
> This patch was dropped because an updated version will be merged
what updated version? hm, we'll see.
> The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
>
> ------------------------------------------------------
> Subject: ecryptfs: depends on CRYPTO
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> ecryptfs uses crypto APIs so it should depend on CRYPTO.
> Otherwise many build errors occur. [63 lines not pasted]
>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> Cc: Tyler Hicks <tyhicks@...ux.vnet.ibm.com>
> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
> ---
>
> fs/ecryptfs/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff -puN fs/ecryptfs/Kconfig~ecryptfs-depends-on-crypto fs/ecryptfs/Kconfig
> --- a/fs/ecryptfs/Kconfig~ecryptfs-depends-on-crypto
> +++ a/fs/ecryptfs/Kconfig
> @@ -1,6 +1,6 @@
> config ECRYPT_FS
> tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
> - depends on EXPERIMENTAL && KEYS && NET
> + depends on EXPERIMENTAL && KEYS && NET && CRYPTO
> select CRYPTO_ECB
> select CRYPTO_CBC
> help
---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists