aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs/hfs_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfs/hfs_fs.h')
-rw-r--r--fs/hfs/hfs_fs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/hfs/hfs_fs.h b/fs/hfs/hfs_fs.h
index 1bf967c6bfd..351561223ec 100644
--- a/fs/hfs/hfs_fs.h
+++ b/fs/hfs/hfs_fs.h
@@ -137,16 +137,12 @@ struct hfs_sb_info {
137 gid_t s_gid; /* The gid of all files */ 137 gid_t s_gid; /* The gid of all files */
138 138
139 int session, part; 139 int session, part;
140
141 struct nls_table *nls_io, *nls_disk; 140 struct nls_table *nls_io, *nls_disk;
142
143 struct mutex bitmap_lock; 141 struct mutex bitmap_lock;
144
145 unsigned long flags; 142 unsigned long flags;
146
147 u16 blockoffset; 143 u16 blockoffset;
148
149 int fs_div; 144 int fs_div;
145 struct super_block *sb;
150}; 146};
151 147
152#define HFS_FLG_BITMAP_DIRTY 0 148#define HFS_FLG_BITMAP_DIRTY 0