]> 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)
commitb9b2731147903a9b59dc5dd8510defad9c3d6583
tree79f60fe16b0d16a611e2b442f164b4ab330f36e2
parent46a406ea802c49b435748f247f62eb2ba47d8ecb
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