Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 206b3bb5 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4.2: LAYOUTSTATS may return NFS4ERR_ADMIN/DELEG_REVOKED



We should handle those errors in the same way we handle the other
stateid errors: by invalidating the faulty layout stateid.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent d88e4d82
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -338,6 +338,8 @@ nfs42_layoutstat_done(struct rpc_task *task, void *calldata)
	case 0:
		break;
	case -NFS4ERR_EXPIRED:
	case -NFS4ERR_ADMIN_REVOKED:
	case -NFS4ERR_DELEG_REVOKED:
	case -NFS4ERR_STALE_STATEID:
	case -NFS4ERR_OLD_STATEID:
	case -NFS4ERR_BAD_STATEID: