]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.1: Don't process the sequence op more than once.
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 1 Mar 2019 16:40:05 +0000 (11:40 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 1 Mar 2019 17:16:28 +0000 (12:16 -0500)
commit5e08cd5c71d0b5ee0d02d526f43f8fae78c55674
tree79f60fe16b0d16a611e2b442f164b4ab330f36e2
parent22674c49f5f54d2f4a760fb3069dcfcaea28dde1
NFSv4.1: Don't process the sequence op more than once.

Ensure that if we call nfs41_sequence_process() a second time for the
same rpc_task, then we only process the results once.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4proc.c