Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28417
b: refs/heads/master
c: 7142508
h: refs/heads/master
i:
  28415: ef6b708
v: v3
  • Loading branch information
David Chinner authored and Nathan Scott committed Jun 9, 2006
1 parent 812934d commit bcafe68
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: 6d192a9b82212abf1e0e89da6e3a952afba7e4d6
refs/heads/master: 714250879ea61cdb1a39bb96fe9d934ee0c669a2
3 changes: 2 additions & 1 deletion trunk/fs/xfs/xfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2757,7 +2757,8 @@ xfs_iunpin(
if (vp) {
struct inode *inode = vn_to_inode(vp);

if (!(inode->i_state & I_NEW))
if (!(inode->i_state &
(I_NEW|I_FREEING|I_CLEAR)))
mark_inode_dirty_sync(inode);
}
}
Expand Down

0 comments on commit bcafe68

Please sign in to comment.