]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 9 Aug 2017 01:39:28 +0000 (21:39 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 9 Aug 2017 17:36:56 +0000 (13:36 -0400)
commitc0ca0e5934b3bd70d456b363a6a989a3b4a692f1
treea2b1aed9b343b67c12edf7fad8699bc8605f3444
parent1feb26162bee7b2f110facfec71b5c7bdbc7d14d
NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()

If the call to TEST_STATEID returns NFS4ERR_OLD_STATEID, then it just
means we raced with other calls to OPEN.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4proc.c