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:
8a9de9c
)
NFSv4: Fix two infinite loops in the mount code
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 27 Mar 2012 22:13:02 +0000
(18:13 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 16:53:06 +0000
(09:53 -0700)
commit
05e9cfb408b24debb3a85fd98edbfd09dd148881
upstream.
We can currently loop forever in nfs4_lookup_root() and in
nfs41_proc_secinfo_no_name(), if the first iteration returns a
NFS4ERR_DELAY or something else that causes exception.retry to get
set.
Reported-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4proc.c
patch
|
blob
|
history
diff --cc
fs/nfs/nfs4proc.c
Simple merge