diff options
Diffstat (limited to 'fs/inode.c')
-rw-r--r-- | fs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c index ec7924696a13..ecbb68dc7e2a 100644 --- a/fs/inode.c +++ b/fs/inode.c | |||
@@ -634,7 +634,7 @@ void prune_icache_sb(struct super_block *sb, int nr_to_scan) | |||
634 | * inode to the back of the list so we don't spin on it. | 634 | * inode to the back of the list so we don't spin on it. |
635 | */ | 635 | */ |
636 | if (!spin_trylock(&inode->i_lock)) { | 636 | if (!spin_trylock(&inode->i_lock)) { |
637 | list_move(&inode->i_lru, &sb->s_inode_lru); | 637 | list_move_tail(&inode->i_lru, &sb->s_inode_lru); |
638 | continue; | 638 | continue; |
639 | } | 639 | } |
640 | 640 | ||