X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=fs%2Fisofs%2Fisofs.h;h=9679fbcbfc036110bd2cd29ec097f79d6c4e9535;hp=ccbf72faf27ada523b4abf8d1fa2dc1f42283e1e;hb=52b680c81238ea14693ab893d5d32a4d1c0a987d;hpb=ef43618a47179b41e7203a624f2c7445e7da488c diff --git a/fs/isofs/isofs.h b/fs/isofs/isofs.h index ccbf72f..9679fbc 100644 --- a/fs/isofs/isofs.h +++ b/fs/isofs/isofs.h @@ -50,6 +50,7 @@ struct isofs_sb_info { unsigned char s_nocompress; unsigned char s_hide; unsigned char s_showassoc; + unsigned char s_overriderockperm; mode_t s_fmode; mode_t s_dmode; @@ -58,6 +59,8 @@ struct isofs_sb_info { struct nls_table *s_nls_iocharset; /* Native language support table */ }; +#define ISOFS_INVALID_MODE ((mode_t) -1) + static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb) { return sb->s_fs_info;