Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262067
b: refs/heads/master
c: b12362b
h: refs/heads/master
i:
  262065: ba9fe3e
  262063: 54a3598
v: v3
  • Loading branch information
Eric Dumazet authored and Al Viro committed Aug 1, 2011
1 parent b5b74d8 commit 041c01b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5a30d8a2b8ddd5102c440c7e5a7c8e1fd729c818
refs/heads/master: b12362bdb61a230a67daa77bcd2a11e59b2802e1
4 changes: 3 additions & 1 deletion trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,9 @@ static void evict(struct inode *inode)
BUG_ON(!(inode->i_state & I_FREEING));
BUG_ON(!list_empty(&inode->i_lru));

inode_wb_list_del(inode);
if (!list_empty(&inode->i_wb_list))
inode_wb_list_del(inode);

inode_sb_list_del(inode);

if (op->evict_inode) {
Expand Down

0 comments on commit 041c01b

Please sign in to comment.