commit | a0ef5e19684f0447da9ff0654a12019c484f57ca | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Dec 05 06:00:51 2013 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Dec 11 11:27:04 2013 -0500 |
tree | 3a9cbf1767a3fecb61971da12a34c8db6b89cc76 | |
parent | 28303ca3090c0aa0dbbb72714c51fceb4b939f6d [diff] |
nfsd: don't try to reuse an expired DRC entry off the list Currently when we are processing a request, we try to scrape an expired or over-limit entry off the list in preference to allocating a new one from the slab. This is unnecessarily complicated. Just use the slab layer. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>