From: Jeff Layton Date: Mon, 4 Feb 2013 13:18:00 +0000 (-0500) Subject: nfsd: always move DRC entries to the end of LRU list when updating timestamp X-Git-Tag: v3.9-rc1~40^2~30 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c2548b2d24de440868885e4c36c985eca2d083;p=pandora-kernel.git nfsd: always move DRC entries to the end of LRU list when updating timestamp ...otherwise, we end up with the list ordering wrong. Currently, it's not a problem since we skip RC_INPROG entries, but keeping the ordering strict will be necessary for a later patch that adds a cache cleaner. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed