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

Commit e0d92430 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4.1/pNFS: Don't return NFS4ERR_DELAY unnecessarily in CB_LAYOUTRECALL



If the client is promising to return the layout ASAP, then there is no
need to return DELAY and have the server retry. Instead default to the
normal procedure described in RFC5661.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 41c9127d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ static u32 initiate_file_draining(struct nfs_client *clp,
		pnfs_mark_matching_lsegs_return(lo,
				&free_me_list,
				&args->cbl_range);
		rv = NFS4ERR_DELAY;
		rv = NFS4_OK;
		goto unlock;
	}