|
@@ -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;
|