commit | c490d79bb70c549e096099576b1df40a8810b0d8 | [log] [tgz] |
---|---|---|
author | npiggin@suse.de <npiggin@suse.de> | Sun Apr 26 20:25:53 2009 +1000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 09 10:49:40 2009 -0400 |
tree | 4ebdb76143b6ebaa287274548a1d2c844a94f63e | |
parent | a731d12d6ddd1e703770cacb5dfecb155b03ee06 [diff] |
fs: dcache fix LRU ordering Fix ordering of LRU when moving referenced dentries to the head of the list (they should go to the head of the list in the same order as they were found from the tail, rather than reverse order). Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>