The patch titled ecryptfs: Print the actual option that is problematic has been added to the -mm tree. Its filename is ecryptfs-print-the-actual-option-that-is-problematic.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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-validate-minimum-header-extent-size.patch ecryptfs-validate-body-size.patch ecryptfs-validate-packet-length-prior-to-parsing-add-comments.patch ecryptfs-validate-packet-length-prior-to-parsing-add-comments-fix.patch ecryptfs-use-the-passed-in-max-value-as-the-upper-bound.patch ecryptfs-change-the-maximum-size-check-when-writing-header.patch ecryptfs-print-the-actual-option-that-is-problematic.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