commit | 07e8dcbda71ef87e9cbdc42b5bb16a44c1ab839b | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Aug 28 10:28:25 2016 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Aug 28 14:23:26 2016 -0400 |
tree | 09746429d46c78b9c217805eb17b3e026063ae9a | |
parent | 045d2a6d076a2ecd7043ea543ea198af943f8b16 [diff] |
NFSv4.1: Defer bumping the slot sequence number until we free the slot For operations like OPEN or LAYOUTGET, which return recallable state (i.e. delegations and layouts) we want to enable the mechanism for resolving recall races in RFC5661 Section 2.10.6.3. To do so, we will want to defer bumping the slot's sequence number until we have finished processing the RPC results. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>