Kernel version: 2.6.17-mm1
When parsing unknown mount options, the printk will now issue the
problematic option instead of the whole option string.
Signed-off-by: Stephan Mueller <[email protected]>
---
fs/ecryptfs/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
aef091d547149874971834ae41a3b5e3982ef679
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c
index 3592834..e09de17 100644
--- a/fs/ecryptfs/main.c
+++ b/fs/ecryptfs/main.c
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]