Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux...
[pandora-kernel.git] / fs / ceph / super.c
index a9e78b4..f2f77fd 100644 (file)
@@ -353,7 +353,7 @@ static int ceph_show_options(struct seq_file *m, struct vfsmount *mnt)
 
        if (opt->name)
                seq_printf(m, ",name=%s", opt->name);
-       if (opt->secret)
+       if (opt->key)
                seq_puts(m, ",secret=<hidden>");
 
        if (opt->mount_timeout != CEPH_MOUNT_TIMEOUT_DEFAULT)