Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189223
b: refs/heads/master
c: 6527f8f
h: refs/heads/master
i:
  189221: 7f87add
  189219: b74d8bf
  189215: 23b758e
v: v3
  • Loading branch information
Tao Ma authored and Joel Becker committed Mar 17, 2010
1 parent f65a73b commit 5560f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78c37eb0d5e6a9727b12ea0f1821795ffaa66cfe
refs/heads/master: 6527f8f848ec84b9daf1cb07601266126b8507ab
1 change: 1 addition & 0 deletions trunk/fs/ocfs2/refcounttree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4075,6 +4075,7 @@ static int ocfs2_complete_reflink(struct inode *s_inode,
OCFS2_I(t_inode)->ip_dyn_features = OCFS2_I(s_inode)->ip_dyn_features;
spin_unlock(&OCFS2_I(t_inode)->ip_lock);
i_size_write(t_inode, size);
t_inode->i_blocks = s_inode->i_blocks;

di->i_xattr_inline_size = s_di->i_xattr_inline_size;
di->i_clusters = s_di->i_clusters;
Expand Down

0 comments on commit 5560f1d

Please sign in to comment.