]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 22 Sep 2016 17:38:54 +0000 (13:38 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 27 Sep 2016 18:32:31 +0000 (14:32 -0400)
commit350976c86214e98fc77c86f25b094b8f6b024e6e
tree27e8f8c28d1c68d51fbeb282ee970eb85496fb14
parent919b8fcc9dc77eb59a53a72872f45221f7e27a4f
NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid

We must not allow the use of delegations that have been revoked or are
being returned.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Fixes: fd97d40e8139 ("NFSv4: Fix races between nfs_remove_bad_delegation()...")
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Cc: stable@vger.kernel.org # v3.19+
Tested-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/delegation.c