aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index 31fdb03225cd..89560be07e4a 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -101,11 +101,11 @@ struct nfs_client_initdata {
101 */ 101 */
102struct nfs_parsed_mount_data { 102struct nfs_parsed_mount_data {
103 int flags; 103 int flags;
104 int rsize, wsize; 104 unsigned int rsize, wsize;
105 int timeo, retrans; 105 unsigned int timeo, retrans;
106 int acregmin, acregmax, 106 unsigned int acregmin, acregmax,
107 acdirmin, acdirmax; 107 acdirmin, acdirmax;
108 int namlen; 108 unsigned int namlen;
109 unsigned int options; 109 unsigned int options;
110 unsigned int bsize; 110 unsigned int bsize;
111 unsigned int auth_flavor_len; 111 unsigned int auth_flavor_len;