Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221757
b: refs/heads/master
c: c6f6cd0
h: refs/heads/master
i:
  221755: 042eabd
v: v3
  • Loading branch information
Christoph Hellwig authored and Alex Elder committed Nov 10, 2010
1 parent 194b110 commit b571316
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5d2bf8a55e03b0e59ed5a4ac2ff7f9ee3ba7e40d
refs/heads/master: c6f6cd0608b1826ee1797cf57a808416e4bdb806
3 changes: 2 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,8 @@ xfs_setup_inode(
inode->i_state = I_NEW;

inode_sb_list_add(inode);
insert_inode_hash(inode);
/* make the inode look hashed for the writeback code */
hlist_add_fake(&inode->i_hash);

inode->i_mode = ip->i_d.di_mode;
inode->i_nlink = ip->i_d.di_nlink;
Expand Down

0 comments on commit b571316

Please sign in to comment.