提交 7328bdd6 编写于 作者: A Al Viro

isofs: propagate umode_t

situation with mount options is the same as for udf
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 faa17292
...@@ -169,8 +169,8 @@ struct iso9660_options{ ...@@ -169,8 +169,8 @@ struct iso9660_options{
unsigned char map; unsigned char map;
unsigned char check; unsigned char check;
unsigned int blocksize; unsigned int blocksize;
mode_t fmode; umode_t fmode;
mode_t dmode; umode_t dmode;
gid_t gid; gid_t gid;
uid_t uid; uid_t uid;
char *iocharset; char *iocharset;
......
...@@ -50,14 +50,14 @@ struct isofs_sb_info { ...@@ -50,14 +50,14 @@ struct isofs_sb_info {
unsigned int s_uid_set:1; unsigned int s_uid_set:1;
unsigned int s_gid_set:1; unsigned int s_gid_set:1;
mode_t s_fmode; umode_t s_fmode;
mode_t s_dmode; umode_t s_dmode;
gid_t s_gid; gid_t s_gid;
uid_t s_uid; uid_t s_uid;
struct nls_table *s_nls_iocharset; /* Native language support table */ struct nls_table *s_nls_iocharset; /* Native language support table */
}; };
#define ISOFS_INVALID_MODE ((mode_t) -1) #define ISOFS_INVALID_MODE ((umode_t) -1)
static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb) static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册