From: Kinglong Mee Date: Tue, 2 Jun 2015 10:59:01 +0000 (+0800) Subject: nfs: Initialize cb_sequenceres information before validate_seqid() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~39^2~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0579c8d2084adf932f09fe7edb5ee9328795d89f;p=pandora-kernel.git nfs: Initialize cb_sequenceres information before validate_seqid() For a cb_layoutrecall replay, nfsd got CB_SEQUENCE status of zero, but all informations of cb_sequenceres are zero too !!! validate_seqid() return NFS4ERR_RETRY_UNCACHED_REP for a replay, and skip the initlize cb_sequenceres. Signed-off-by: Kinglong Mee Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed