From: Trond Myklebust Date: Wed, 9 Aug 2017 01:39:28 +0000 (-0400) Subject: NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid() X-Git-Tag: v4.13-rc5~10^2~1 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=c0ca0e5934b3bd70d456b363a6a989a3b4a692f1;hp=c0ca0e5934b3bd70d456b363a6a989a3b4a692f1 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 Signed-off-by: Anna Schumaker ---