Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362502
b: refs/heads/master
c: 5b55d70
h: refs/heads/master
v: v3
  • Loading branch information
Suleiman Souhlal authored and Linus Torvalds committed Apr 13, 2013
1 parent 3571123 commit 8ecd2e2
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: a49b7e82cab0f9b41f483359be83f44fbb6b4979
refs/heads/master: 5b55d708335a9e3e4f61f2dadf7511502205ccd1
2 changes: 1 addition & 1 deletion trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,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_tail(&inode->i_lru, &sb->s_inode_lru);
list_move(&inode->i_lru, &sb->s_inode_lru);
continue;
}

Expand Down

0 comments on commit 8ecd2e2

Please sign in to comment.