[PATCH] vfs: Revert spurious fix to spinning prevention in prune_icache_sb

2013-04-13 Thread Hugh Dickins
From: Suleiman Souhlal Revert v3.2's 62a3dde ("vfs: fix spinning prevention in prune_icache_sb"). This commit doesn't look right: Since we are looking at the tail of the list (sb->s_inode_lru.prev) if we want to skip an inode, we should put it back at the head of the list instead of the tail,

[PATCH] vfs: Revert spurious fix to spinning prevention in prune_icache_sb

2013-04-13 Thread Hugh Dickins
From: Suleiman Souhlal sulei...@google.com Revert v3.2's 62a3dde (vfs: fix spinning prevention in prune_icache_sb). This commit doesn't look right: Since we are looking at the tail of the list (sb-s_inode_lru.prev) if we want to skip an inode, we should put it back at the head of the list