diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 2e960e1049db..50dfd9049370 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -1210,7 +1210,7 @@ struct cifs_search_info { | |||
1210 | bool smallBuf:1; /* so we know which buf_release function to call */ | 1210 | bool smallBuf:1; /* so we know which buf_release function to call */ |
1211 | }; | 1211 | }; |
1212 | 1212 | ||
1213 | #define ACL_NO_MODE -1 | 1213 | #define ACL_NO_MODE ((umode_t)(-1)) |
1214 | struct cifs_open_parms { | 1214 | struct cifs_open_parms { |
1215 | struct cifs_tcon *tcon; | 1215 | struct cifs_tcon *tcon; |
1216 | struct cifs_sb_info *cifs_sb; | 1216 | struct cifs_sb_info *cifs_sb; |