From: Trond Myklebust Date: Thu, 4 Apr 2013 20:14:11 +0000 (-0400) Subject: NFSv4: Fix the fallback to AUTH_NULL if krb5i is not available X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~98^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23631227a672de5e81e167c3178b39e9a50f6541;p=pandora-kernel.git NFSv4: Fix the fallback to AUTH_NULL if krb5i is not available If the rpcsec_gss_krb5 module cannot be loaded, the attempt to create an rpc_client in nfs4_init_client will currently fail with an EINVAL. Fix is to retry with AUTH_NULL. Regression introduced by the commit "NFS: Use "krb5i" to establish NFSv4 state whenever possible" Signed-off-by: Trond Myklebust Cc: Chuck Lever Cc: Bryan Schumaker --- Reading git-diff-tree failed