Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270022
b: refs/heads/master
c: 62a3dde
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and root committed Oct 28, 2011
1 parent 483c21b commit 9a56a9f
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: 948409c74d217f6cf054b8c927765a1c3fe16b53
refs/heads/master: 62a3ddef6181d7d932c565d97552d2f7b9ab4d28
2 changes: 1 addition & 1 deletion trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ void prune_icache_sb(struct super_block *sb, int nr_to_scan)
* inode to the back of the list so we don't spin on it.
*/
if (!spin_trylock(&inode->i_lock)) {
list_move(&inode->i_lru, &sb->s_inode_lru);
list_move_tail(&inode->i_lru, &sb->s_inode_lru);
continue;
}

Expand Down

0 comments on commit 9a56a9f

Please sign in to comment.