The patch titled ecryptfs-public-key-transport-mechanism fix has been removed from the -mm tree. Its filename was ecryptfs-public-key-transport-mechanism-fix.patch This patch was dropped because it was folded into ecryptfs-public-key-transport-mechanism.patch ------------------------------------------------------ Subject: ecryptfs-public-key-transport-mechanism fix From: Michael Halcrow <mhalcrow@xxxxxxxxxx> Add net build dependency to eCryptfs Kconfig entry. Signed-off-by: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/Kconfig~ecryptfs-public-key-transport-mechanism-fix fs/Kconfig --- a/fs/Kconfig~ecryptfs-public-key-transport-mechanism-fix +++ a/fs/Kconfig @@ -1088,7 +1088,7 @@ config AFFS_FS config ECRYPT_FS tristate "eCrypt filesystem layer support (EXPERIMENTAL)" - depends on EXPERIMENTAL && KEYS && CRYPTO + depends on EXPERIMENTAL && KEYS && CRYPTO && NET help Encrypted filesystem that operates on the VFS layer. See <file:Documentation/ecryptfs.txt> to learn more about _ Patches currently in -mm which might be from mhalcrow@xxxxxxxxxx are origin.patch ecryptfs-public-key-transport-mechanism.patch ecryptfs-public-key-transport-mechanism-fix.patch ecryptfs-public-key-packet-management.patch ecryptfs-public-key-packet-management-slab-fix.patch ecryptfs-xattr-flags-and-mount-options.patch ecryptfs-generalize-metadata-read-write.patch ecryptfs-generalize-metadata-read-write-fix.patch ecryptfs-generalize-metadata-read-write-fs-ecryptfs-make-code-static.patch ecryptfs-encrypted-passthrough.patch ecryptfs-convert-f_op-write-to-vfs_write.patch ecryptfs-convert-kmap-to-kmap_atomic.patch ecryptfs-open-code-flag-checking-and-manipulation.patch ecryptfs-add-flush_dcache_page-calls.patch ecryptfs-convert-lookup_one_len-to-lookup_one_len_nd.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html