diff options
Diffstat (limited to 'fs/isofs/isofs.h')
-rw-r--r-- | fs/isofs/isofs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/isofs/isofs.h b/fs/isofs/isofs.h index f3213f9f89af..d1bdf8adb351 100644 --- a/fs/isofs/isofs.h +++ b/fs/isofs/isofs.h | |||
@@ -51,7 +51,8 @@ struct isofs_sb_info { | |||
51 | unsigned char s_hide; | 51 | unsigned char s_hide; |
52 | unsigned char s_showassoc; | 52 | unsigned char s_showassoc; |
53 | 53 | ||
54 | mode_t s_mode; | 54 | mode_t s_fmode; |
55 | mode_t s_dmode; | ||
55 | gid_t s_gid; | 56 | gid_t s_gid; |
56 | uid_t s_uid; | 57 | uid_t s_uid; |
57 | struct nls_table *s_nls_iocharset; /* Native language support table */ | 58 | struct nls_table *s_nls_iocharset; /* Native language support table */ |