diff options
-rw-r--r-- | fs/ceph/super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index a3d4943581d0..05947b96c524 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -364,7 +364,7 @@ struct ceph_inode_info { | |||
364 | 364 | ||
365 | static inline struct ceph_inode_info *ceph_inode(struct inode *inode) | 365 | static inline struct ceph_inode_info *ceph_inode(struct inode *inode) |
366 | { | 366 | { |
367 | return list_entry(inode, struct ceph_inode_info, vfs_inode); | 367 | return container_of(inode, struct ceph_inode_info, vfs_inode); |
368 | } | 368 | } |
369 | 369 | ||
370 | static inline void ceph_i_clear(struct inode *inode, unsigned mask) | 370 | static inline void ceph_i_clear(struct inode *inode, unsigned mask) |