]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ecryptfs/super.c
hwmon: (it87) Fix thermal sensor type values
[linux-2.6-omap-h63xx.git] / fs / ecryptfs / super.c
index 0556604e8dc245a1843b17603d95e56e01eac6a2..c27ac2b358a12d7334003980b4b7d5fc8066cffa 100644 (file)
@@ -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);