X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fecryptfs%2Fsuper.c;h=c27ac2b358a12d7334003980b4b7d5fc8066cffa;hb=4ed1077953f531b3fef4af4b4ade48a828c48869;hp=0556604e8dc245a1843b17603d95e56e01eac6a2;hpb=99db6e4a9764887842006a2b1aa804de6171db42;p=linux-2.6-omap-h63xx.git diff --git a/fs/ecryptfs/super.c b/fs/ecryptfs/super.c index 0556604e8dc..c27ac2b358a 100644 --- a/fs/ecryptfs/super.c +++ b/fs/ecryptfs/super.c @@ -174,10 +174,6 @@ static int ecryptfs_show_options(struct seq_file *m, struct vfsmount *mnt) } mutex_unlock(&mount_crypt_stat->global_auth_tok_list_mutex); - /* Note this is global and probably shouldn't be a mount option */ - if (ecryptfs_verbosity) - seq_printf(m, ",ecryptfs_debug=%d\n", ecryptfs_verbosity); - seq_printf(m, ",ecryptfs_cipher=%s", mount_crypt_stat->global_default_cipher_name);