]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.1/pNFS: Don't return NFS4ERR_DELAY unnecessarily in CB_LAYOUTRECALL
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 28 Dec 2015 17:21:50 +0000 (12:21 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 28 Dec 2015 19:33:05 +0000 (14:33 -0500)
commit62365c32dc727c09a30b6440b35ba896f242aa22
tree062c4b322a2c0d2f3ad3dc868955de259bbbb568
parent1167500806541cee3f4bb385e9ce4cb622c144dd
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: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/callback_proc.c