Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188595
b: refs/heads/master
c: fbbccec
h: refs/heads/master
i:
  188593: 4888ed0
  188591: 38381e0
v: v3
  • Loading branch information
Noah Watkins authored and Sage Weil committed Oct 29, 2009
1 parent 567cfca commit 604442d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b8051855d983db8480ff1ea1b02ef2b49203c22
refs/heads/master: fbbccec9c6218cbc9ff47c6d88bfc6b52079e3ea
2 changes: 1 addition & 1 deletion trunk/fs/ceph/super.h
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ struct ceph_inode_info {

static inline struct ceph_inode_info *ceph_inode(struct inode *inode)
{
return list_entry(inode, struct ceph_inode_info, vfs_inode);
return container_of(inode, struct ceph_inode_info, vfs_inode);
}

static inline void ceph_i_clear(struct inode *inode, unsigned mask)
Expand Down

0 comments on commit 604442d

Please sign in to comment.