]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4.x: Fix NFS4ERR_RETRY_UNCACHED_REP in nfs4_callback_sequence
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 1 Feb 2016 17:01:51 +0000 (12:01 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 1 Feb 2016 17:06:24 +0000 (12:06 -0500)
commite5003b2f6a7554713a84401d1f6ac546ab5a110d
treedfa26c33947d1dcef1de815927cafafe17e630ef
parent810d82e6830100615e7481813a862d26ffcff6bd
NFSv4.x: Fix NFS4ERR_RETRY_UNCACHED_REP in nfs4_callback_sequence

We need to initialize cb_sequenceres information when reporting a
NFS4ERR_RETRY_UNCACHED_REP error, since that will apply to the
next operation, not to the CB_SEQUENCE itself.

Reported-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/callback_proc.c