The patch titled ecryptfs: Print the actual option that is problematic has been removed from the -mm tree. Its filename is ecryptfs-print-the-actual-option-that-is-problematic.patch This patch was dropped because it was folded into ecryptfs-fs-makefile-and-fs-kconfig.patch ------------------------------------------------------ Subject: ecryptfs: Print the actual option that is problematic From: Stephan Mueller <smueller@xxxxxxxxxx> When parsing unknown mount options, the printk will now issue the problematic option instead of the whole option string. Signed-off-by: Stephan Mueller <smueller@xxxxxxxxxx> Acked-by: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ecryptfs/main.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ecryptfs/main.c~ecryptfs-print-the-actual-option-that-is-problematic fs/ecryptfs/main.c --- 25/fs/ecryptfs/main.c~ecryptfs-print-the-actual-option-that-is-problematic Tue Jun 27 15:09:45 2006 +++ 25-akpm/fs/ecryptfs/main.c Tue Jun 27 15:09:45 2006 @@ -280,7 +280,7 @@ static int ecryptfs_parse_options(struct default: ecryptfs_printk(KERN_WARNING, "eCryptfs: unrecognized option '%s'\n", - options); + p); } } /* Do not support lack of mount-wide signature in 0.1 _ Patches currently in -mm which might be from smueller@xxxxxxxxxx are ecryptfs-fs-makefile-and-fs-kconfig.patch ecryptfs-print-the-actual-option-that-is-problematic.patch ecryptfs-partial-signed-integer-to-size_t-conversion-updated-ii.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