commit | 38942ba204639030b3f3cfe5748a6aff3c9dcc81 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Mar 04 15:59:05 2015 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Mar 12 12:13:56 2015 -0400 |
tree | 9079ea191274f5aa236938690f3d73b49ffbf4b7 | |
parent | f0eede10fd401a1c5193e020cd372d7b7014d9f3 [diff] |
NFSv4: Append delegations to the per-client list instead of prepending Do so on the assumption that for most use cases, that list will turn into a more or less LRU-ordered list, and so the list traversals in nfs_client_return_marked_delegations() are likely to be shorter before hitting a candidate to return. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>