From f2689b2657eadd5d9bb0d8468ac101ab75f3917b Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Fri, 14 Sep 2012 17:23:14 -0400 Subject: [PATCH] --- yaml --- r: 333171 b: refs/heads/master c: 8cb7f74eeeb5441811d93f94b6138d4a5a9d8b20 h: refs/heads/master i: 333169: 638dfd60cca6723e0b91e775f2028160489ebdf7 333167: a63610d6a2734d8975d0d24b60e7237a2125b0be v: v3 --- [refs] | 2 +- trunk/fs/nfs/internal.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 0d3dd57a44ed..576b847753f8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cb7323fffa85df37161f4d3be45e1f787808309c +refs/heads/master: 8cb7f74eeeb5441811d93f94b6138d4a5a9d8b20 diff --git a/trunk/fs/nfs/internal.h b/trunk/fs/nfs/internal.h index 31fdb03225cd..89560be07e4a 100644 --- a/trunk/fs/nfs/internal.h +++ b/trunk/fs/nfs/internal.h @@ -101,11 +101,11 @@ struct nfs_client_initdata { */ struct nfs_parsed_mount_data { int flags; - int rsize, wsize; - int timeo, retrans; - int acregmin, acregmax, + unsigned int rsize, wsize; + unsigned int timeo, retrans; + unsigned int acregmin, acregmax, acdirmin, acdirmax; - int namlen; + unsigned int namlen; unsigned int options; unsigned int bsize; unsigned int auth_flavor_len;