From e24dc14324bb7f5239eb13fcc1f07351e022da34 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Sat, 21 Jul 2007 04:37:30 -0700 Subject: [PATCH] --- yaml --- r: 62313 b: refs/heads/master c: 3e63516c826454c964eefdd24d33e188064c6679 h: refs/heads/master i: 62311: 0cac24629451e395b94c22f6446f54e41bceb7ed v: v3 --- [refs] | 2 +- trunk/fs/nfsd/export.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9793970e91df..7b1d3967e88e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 601e625587bf92c9f370d74a15c4e43bc6468f9f +refs/heads/master: 3e63516c826454c964eefdd24d33e188064c6679 diff --git a/trunk/fs/nfsd/export.c b/trunk/fs/nfsd/export.c index 6ab8de40904c..2d295dda4c1d 100644 --- a/trunk/fs/nfsd/export.c +++ b/trunk/fs/nfsd/export.c @@ -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;