]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 17 Oct 2014 12:10:25 +0000 (15:10 +0300)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 12 Nov 2014 22:00:09 +0000 (17:00 -0500)
commit4dfd4f7af0afd201706ad186352ca423b0f17d4b
tree467024f9c360b25b7af6771698f564f0d8d579c8
parente983120e923aa1c5d2aaf528331c298c88f3ab85
NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired

NFSv4.0 does not have TEST_STATEID/FREE_STATEID functionality, so
unlike NFSv4.1, the recovery procedure when stateids have expired or
have been revoked requires us to just forget the delegation.

http://lkml.kernel.org/r/CAN-5tyHwG=Cn2Q9KsHWadewjpTTy_K26ee+UnSvHvG4192p-Xw@mail.gmail.com
Cc: stable@vger.kernel.org
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c