aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/hfsplus_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfsplus/hfsplus_fs.h')
-rw-r--r--fs/hfsplus/hfsplus_fs.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h
index 5cda96366ac..d92f590d663 100644
--- a/fs/hfsplus/hfsplus_fs.h
+++ b/fs/hfsplus/hfsplus_fs.h
@@ -178,7 +178,11 @@ struct hfsplus_inode_info {
178 */ 178 */
179 struct inode *rsrc_inode; 179 struct inode *rsrc_inode;
180 __be32 create_date; 180 __be32 create_date;
181 u32 dev; 181
182 /*
183 * Protected by sbi->vh_mutex.
184 */
185 u32 linkid;
182 186
183 /* 187 /*
184 * Protected by i_mutex. 188 * Protected by i_mutex.
@@ -427,6 +431,4 @@ static inline struct hfsplus_inode_info *HFSPLUS_I(struct inode *inode)
427#define hfsp_ut2mt(t) __hfsp_ut2mt((t).tv_sec) 431#define hfsp_ut2mt(t) __hfsp_ut2mt((t).tv_sec)
428#define hfsp_now2mt() __hfsp_ut2mt(get_seconds()) 432#define hfsp_now2mt() __hfsp_ut2mt(get_seconds())
429 433
430#define kdev_t_to_nr(x) (x)
431
432#endif 434#endif