Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / fs / befs / befs.h
index 1fead8d56a98b751b74456f423fa5bacf6a3c6ba..35d19e8731e35b8aabfe9cdaaf32d11b9b17b326 100644 (file)
@@ -112,7 +112,7 @@ BEFS_SB(const struct super_block *super)
 static inline struct befs_inode_info *
 BEFS_I(const struct inode *inode)
 {
-       return list_entry(inode, struct befs_inode_info, vfs_inode);
+       return container_of(inode, struct befs_inode_info, vfs_inode);
 }
 
 static inline befs_blocknr_t
This page took 0.038794 seconds and 5 git commands to generate.