diff options
Diffstat (limited to 'fs/isofs/isofs.h')
-rw-r--r-- | fs/isofs/isofs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/isofs/isofs.h b/fs/isofs/isofs.h index 7d33de84f52a..0e73f63d9274 100644 --- a/fs/isofs/isofs.h +++ b/fs/isofs/isofs.h | |||
@@ -50,14 +50,14 @@ struct isofs_sb_info { | |||
50 | unsigned int s_uid_set:1; | 50 | unsigned int s_uid_set:1; |
51 | unsigned int s_gid_set:1; | 51 | unsigned int s_gid_set:1; |
52 | 52 | ||
53 | mode_t s_fmode; | 53 | umode_t s_fmode; |
54 | mode_t s_dmode; | 54 | umode_t s_dmode; |
55 | gid_t s_gid; | 55 | gid_t s_gid; |
56 | uid_t s_uid; | 56 | uid_t s_uid; |
57 | struct nls_table *s_nls_iocharset; /* Native language support table */ | 57 | struct nls_table *s_nls_iocharset; /* Native language support table */ |
58 | }; | 58 | }; |
59 | 59 | ||
60 | #define ISOFS_INVALID_MODE ((mode_t) -1) | 60 | #define ISOFS_INVALID_MODE ((umode_t) -1) |
61 | 61 | ||
62 | static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb) | 62 | static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb) |
63 | { | 63 | { |