From: Stephan Mueller When parsing unknown mount options, the printk will now issue the problematic option instead of the whole option string. Signed-off-by: Stephan Mueller Acked-by: Michael Halcrow Signed-off-by: Andrew Morton --- 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 _