update to 2.6.9-rc1
[linux-flexiantxendom0-3.2.10.git] / fs / cifs / connect.c
index bb6b0f3..1659818 100644 (file)
@@ -64,11 +64,11 @@ struct smb_vol {
        gid_t linux_gid;
        mode_t file_mode;
        mode_t dir_mode;
-       int rw:1;
-       int retry:1;
-       int intr:1;
-       int setuids:1;
-       int noperm:1;
+       unsigned rw:1;
+       unsigned retry:1;
+       unsigned intr:1;
+       unsigned setuids:1;
+       unsigned noperm:1;
        unsigned int rsize;
        unsigned int wsize;
        unsigned int sockopt;