From: Eric Sandeen Date: Wed, 6 Feb 2008 09:38:34 +0000 (-0800) Subject: ecryptfs: remove debug as mount option, and warn if set via modprobe X-Git-Tag: v2.6.25-rc1~630 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2830bfd6cf66133c86d4a32004fd99c3de7e23bf;p=pandora-kernel.git ecryptfs: remove debug as mount option, and warn if set via modprobe ecryptfs_debug really should not be a mount option; it is not per-mount, but rather sets a global "ecryptfs_verbosity" variable which affects all mounted filesysytems. It's already settable as a module load option, I think we can leave it at that. Also, if set, since secret values come out in debug messages, kick things off with a stern warning. Signed-off-by: Eric Sandeen Acked-by: Mike Halcrow Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed