]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/hfsplus/hfsplus_fs.h
Merge tag 'please-pull-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / fs / hfsplus / hfsplus_fs.h
index b0441d65fa54ec405520e62207d724f71cc61411..f91a1faf819e9f06ae31b74f157e2c5627f4ebea 100644 (file)
@@ -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);
 }
 
 /*