diff options
Diffstat (limited to 'kernel/fs/hfsplus/hfsplus_fs.h')
-rw-r--r-- | kernel/fs/hfsplus/hfsplus_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fs/hfsplus/hfsplus_fs.h b/kernel/fs/hfsplus/hfsplus_fs.h index b0441d65f..f91a1faf8 100644 --- a/kernel/fs/hfsplus/hfsplus_fs.h +++ b/kernel/fs/hfsplus/hfsplus_fs.h @@ -263,7 +263,7 @@ struct hfsplus_inode_info { static inline struct hfsplus_inode_info *HFSPLUS_I(struct inode *inode) { - return list_entry(inode, struct hfsplus_inode_info, vfs_inode); + return container_of(inode, struct hfsplus_inode_info, vfs_inode); } /* |