Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69183
b: refs/heads/master
c: ddc01c0
h: refs/heads/master
i:
  69181: 05b40e7
  69179: e209996
  69175: 4071c35
  69167: a3ca66d
  69151: 62ff5ac
  69119: a8e7981
v: v3
  • Loading branch information
Jeff Layton authored and Trond Myklebust committed Oct 9, 2007
1 parent b98f0fc commit 211715b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8cf3678f4885d66475b19b10ec2e9918ff2ca1c
refs/heads/master: ddc01c0813dc07ca7a2bd32c143a9b54a64915ce
4 changes: 2 additions & 2 deletions trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ static int nfs_show_options(struct seq_file *m, struct vfsmount *mnt)

nfs_show_mount_options(m, nfss, 0);

seq_puts(m, ",addr=");
seq_escape(m, nfss->nfs_client->cl_hostname, " \t\n\\");
seq_printf(m, ",addr="NIPQUAD_FMT,
NIPQUAD(nfss->nfs_client->cl_addr.sin_addr));

return 0;
}
Expand Down

0 comments on commit 211715b

Please sign in to comment.