X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Ffs%2Fhfsplus%2Fhfsplus_fs.h;h=f91a1faf819e9f06ae31b74f157e2c5627f4ebea;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=b0441d65fa54ec405520e62207d724f71cc61411;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git 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); } /*