diff options
Diffstat (limited to 'fs/hfsplus/hfsplus_fs.h')
-rw-r--r-- | fs/hfsplus/hfsplus_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index 65c698f78ef7..17ac254e72cb 100644 --- a/fs/hfsplus/hfsplus_fs.h +++ b/fs/hfsplus/hfsplus_fs.h | |||
@@ -156,6 +156,7 @@ struct hfsplus_sb_info { | |||
156 | #define HFSPLUS_SB_FORCE 2 | 156 | #define HFSPLUS_SB_FORCE 2 |
157 | #define HFSPLUS_SB_HFSX 3 | 157 | #define HFSPLUS_SB_HFSX 3 |
158 | #define HFSPLUS_SB_CASEFOLD 4 | 158 | #define HFSPLUS_SB_CASEFOLD 4 |
159 | #define HFSPLUS_SB_NOBARRIER 5 | ||
159 | 160 | ||
160 | static inline struct hfsplus_sb_info *HFSPLUS_SB(struct super_block *sb) | 161 | static inline struct hfsplus_sb_info *HFSPLUS_SB(struct super_block *sb) |
161 | { | 162 | { |