commit | 59f8e91b75ecf16f22d62eca0659c13901eff5f3 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Mar 20 20:03:02 2019 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 03 17:52:49 2019 -0400 |
tree | 71be0a7af288721f33e8c34e5ff6691d9c200098 | |
parent | 14ed14cc7c062bbed7821be0a93938dc78a49803 [diff] |
nfsd4: use reference count to free client Keep a second reference count which is what is really used to decide when to free the client's memory. Next I'm going to add an nfsd/clients/ directory with a subdirectory for each NFSv4 client. File objects under nfsd/clients/ will hold these references. Signed-off-by: J. Bruce Fields <bfields@redhat.com>