commit | 3e80dbcda7f3e1e349a779d7a14c0e08677c39fa | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@poochiereds.net> | Wed Nov 04 11:02:29 2015 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Nov 10 09:25:51 2015 -0500 |
tree | c64a688e9642457c5a727cd63d42b698ffc720b7 | |
parent | ea833f5de3ab49a0aac79a16633fd510390b83a6 [diff] |
nfsd: remove recurring workqueue job to clean DRC We have a shrinker, we clean out the cache when nfsd is shut down, and prune the chains on each request. A recurring workqueue job seems like unnecessary overhead. Just remove it. Signed-off-by: Jeff Layton <jeff.layton@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>