commit | 56c2548b2d24de440868885e4c36c985eca2d083 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Feb 04 08:18:00 2013 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Feb 04 17:19:09 2013 -0500 |
tree | 704b148cdae6c4858decbaee07790357f2d75367 | |
parent | 2eeb9b2abc83a7fd02063c7558b8e729f5a3ae00 [diff] |
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 <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>