Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47516
b: refs/heads/master
c: 4a3b0a4
h: refs/heads/master
v: v3
  • Loading branch information
Jan Blunck authored and Linus Torvalds committed Feb 11, 2007
1 parent 6fd3a23 commit 4949af8
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: 068135e63518314d4efd711142f674ad0841599e
refs/heads/master: 4a3b0a490d49ada8bbf3f426be1a0ace4dcd0a55
2 changes: 1 addition & 1 deletion trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ EXPORT_SYMBOL(iunique);
struct inode *igrab(struct inode *inode)
{
spin_lock(&inode_lock);
if (!(inode->i_state & (I_FREEING|I_WILL_FREE)))
if (!(inode->i_state & (I_FREEING|I_CLEAR|I_WILL_FREE)))
__iget(inode);
else
/*
Expand Down

0 comments on commit 4949af8

Please sign in to comment.