|
@@ -1503,9 +1503,9 @@ static void exp_flags(struct seq_file *m, int flag, int fsid,
|
|
if (flag & NFSEXP_FSID)
|
|
if (flag & NFSEXP_FSID)
|
|
seq_printf(m, ",fsid=%d", fsid);
|
|
seq_printf(m, ",fsid=%d", fsid);
|
|
if (anonu != (uid_t)-2 && anonu != (0x10000-2))
|
|
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))
|
|
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) {
|
|
if (fsloc && fsloc->locations_count > 0) {
|
|
char *loctype = (fsloc->migrated) ? "refer" : "replicas";
|
|
char *loctype = (fsloc->migrated) ? "refer" : "replicas";
|
|
int i;
|
|
int i;
|