Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262069
b: refs/heads/master
c: c4ae0c6
h: refs/heads/master
i:
  262067: 041c01b
v: v3
  • Loading branch information
Eric Dumazet authored and Al Viro committed Aug 1, 2011
1 parent 5e69067 commit d4a8a7b
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: f2ee7abf4c40c8e6bffced923a7c01ea2d1f6c97
refs/heads/master: c4ae0c65455c1bb30d1b71c6dd9a1a62aadde8ef
3 changes: 2 additions & 1 deletion trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,8 @@ static void iput_final(struct inode *inode)
}

inode->i_state |= I_FREEING;
inode_lru_list_del(inode);
if (!list_empty(&inode->i_lru))
inode_lru_list_del(inode);
spin_unlock(&inode->i_lock);

evict(inode);
Expand Down

0 comments on commit d4a8a7b

Please sign in to comment.