From: NeilBrown Date: Tue, 1 May 2012 19:20:31 +0000 (-0400) Subject: auth_authenticate_newcache: prefer non-V4ROOT export over V4ROOT exports X-Git-Tag: nfs-utils-1-2-6-rc7~10 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=inline;h=3d7faa0249332e23a2dc2e3e78020ed6bc66036a;hp=3d7faa0249332e23a2dc2e3e78020ed6bc66036a;p=nfs-utils.git auth_authenticate_newcache: prefer non-V4ROOT export over V4ROOT exports Currently auth_authenticate_internal finds an export and if it is a V4ROOT export, it reports that there is no match. Unlike lookup_export() it doesn't keep looking for an acceptable export. So remove the test from auth_authenticate_internal(), and add it to auth_authenticate_newcache(), where the search can be allowed to continue. Signed-off-by: NeilBrown Signed-off-by: Steve Dickson ---