commit | 05e9cfb408b24debb3a85fd98edbfd09dd148881 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Mar 27 18:13:02 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Mar 27 21:53:14 2012 -0400 |
tree | 47c4039701bf081a8b6e9209b65c1284f2183dd7 | |
parent | 864cf9bf99f62d2095c8e6cc3a87af80b263984e [diff] |
NFSv4: Fix two infinite loops in the mount code 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> Cc: stable@vger.kernel.org