From: Trond Myklebust Date: Fri, 16 Apr 2010 20:22:52 +0000 (-0400) Subject: NFS: Prevent the mount code from looping forever on broken exports X-Git-Tag: v2.6.35-rc1~490^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce587e07ba2e25b5c9d286849885b82676661f3e;p=pandora-kernel.git NFS: Prevent the mount code from looping forever on broken exports Keep a global count of how many referrals that the current task has traversed on a path lookup. Return ELOOP if the count exceeds MAX_NESTED_LINKS. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed