Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62313
b: refs/heads/master
c: 3e63516
h: refs/heads/master
i:
  62311: 0cac246
v: v3
  • Loading branch information
J. Bruce Fields authored and Linus Torvalds committed Jul 22, 2007
1 parent 238281a commit e24dc14
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: 601e625587bf92c9f370d74a15c4e43bc6468f9f
refs/heads/master: 3e63516c826454c964eefdd24d33e188064c6679
4 changes: 2 additions & 2 deletions trunk/fs/nfsd/export.c
Original file line number Diff line number Diff line change
Expand Up @@ -1503,9 +1503,9 @@ static void exp_flags(struct seq_file *m, int flag, int fsid,
if (flag & NFSEXP_FSID)
seq_printf(m, ",fsid=%d", fsid);
if (anonu != (uid_t)-2 && anonu != (0x10000-2))
seq_printf(m, ",sanonuid=%d", anonu);
seq_printf(m, ",anonuid=%u", anonu);
if (anong != (gid_t)-2 && anong != (0x10000-2))
seq_printf(m, ",sanongid=%d", anong);
seq_printf(m, ",anongid=%u", anong);
if (fsloc && fsloc->locations_count > 0) {
char *loctype = (fsloc->migrated) ? "refer" : "replicas";
int i;
Expand Down

0 comments on commit e24dc14

Please sign in to comment.