diff options
-rw-r--r-- | fs/nfs/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index b878528b64c1..42b8c671da35 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -506,8 +506,8 @@ static int nfs_show_options(struct seq_file *m, struct vfsmount *mnt) | |||
506 | 506 | ||
507 | nfs_show_mount_options(m, nfss, 0); | 507 | nfs_show_mount_options(m, nfss, 0); |
508 | 508 | ||
509 | seq_puts(m, ",addr="); | 509 | seq_printf(m, ",addr="NIPQUAD_FMT, |
510 | seq_escape(m, nfss->nfs_client->cl_hostname, " \t\n\\"); | 510 | NIPQUAD(nfss->nfs_client->cl_addr.sin_addr)); |
511 | 511 | ||
512 | return 0; | 512 | return 0; |
513 | } | 513 | } |