|
@@ -537,6 +537,8 @@ static int ceph_show_options(struct seq_file *m, struct dentry *root)
|
|
|
seq_puts(m, ",noasyncreaddir");
|
|
|
if ((fsopt->flags & CEPH_MOUNT_OPT_DCACHE) == 0)
|
|
|
seq_puts(m, ",nodcache");
|
|
|
+ if (fsopt->flags & CEPH_MOUNT_OPT_INO32)
|
|
|
+ seq_puts(m, ",ino32");
|
|
|
if (fsopt->flags & CEPH_MOUNT_OPT_FSCACHE) {
|
|
|
seq_show_option(m, "fsc", fsopt->fscache_uniq);
|
|
|
}
|