commit | 7e4f015d815d04d888d434889dd3bbb4c210511a | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Nov 12 15:00:58 2012 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Nov 12 18:55:12 2012 -0500 |
tree | d523bd2a10acf10d95f402c7a784ee32ff53fe15 | |
parent | 2216d449a97927cc105912e337d169cd4d4db548 [diff] |
nfsd: release the legacy reclaimable clients list in grace_done The current code holds on to this list until nfsd is shut down, but it's never touched once the grace period ends. Release that memory back into the wild when the grace period ends. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>