commit | af3b61bf61319a4808f310d04ef3ff28c224cb1e | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Feb 27 08:29:02 2020 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Mar 16 08:34:30 2020 -0400 |
tree | 3410c2c7aa09e6432f8c3c147a3aefdfc6efa8c6 | |
parent | 3c9e502b59fbd243cfac7cc6c875e432d285102a [diff] |
NFSv4: Clean up nfs_client_return_marked_delegations() Convert it to use the nfs_client_for_each_server() helper, and make it more efficient by skipping delegations for inodes we know are in the process of being freed. Also improve the efficiency of the cursor by skipping delegations that are being freed. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>