git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e937ee7
)
nfs: Initialize cb_sequenceres information before validate_seqid()
author
Kinglong Mee
<kinglongmee@gmail.com>
Tue, 2 Jun 2015 10:59:01 +0000
(18:59 +0800)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Fri, 12 Jun 2015 01:09:06 +0000
(21:09 -0400)
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 <kinglongmee@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/callback_proc.c
patch
|
blob
|
history
diff --cc
fs/nfs/callback_proc.c
Simple merge