diff options
Diffstat (limited to 'fs/9p/vfs_super.c')
-rw-r--r-- | fs/9p/vfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_super.c b/fs/9p/vfs_super.c index f6a0519ade8c..ba904371218b 100644 --- a/fs/9p/vfs_super.c +++ b/fs/9p/vfs_super.c | |||
@@ -217,7 +217,7 @@ static int v9fs_show_options(struct seq_file *m, struct vfsmount *mnt) | |||
217 | struct v9fs_session_info *v9ses = mnt->mnt_sb->s_fs_info; | 217 | struct v9fs_session_info *v9ses = mnt->mnt_sb->s_fs_info; |
218 | 218 | ||
219 | if (v9ses->debug != 0) | 219 | if (v9ses->debug != 0) |
220 | seq_printf(m, ",debug=%u", v9ses->debug); | 220 | seq_printf(m, ",debug=%x", v9ses->debug); |
221 | if (v9ses->port != V9FS_PORT) | 221 | if (v9ses->port != V9FS_PORT) |
222 | seq_printf(m, ",port=%u", v9ses->port); | 222 | seq_printf(m, ",port=%u", v9ses->port); |
223 | if (v9ses->maxdata != 9000) | 223 | if (v9ses->maxdata != 9000) |