]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSEC
authorChuck Lever <chuck.lever@oracle.com>
Sat, 16 Mar 2013 19:56:11 +0000 (15:56 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 29 Mar 2013 19:45:09 +0000 (15:45 -0400)
commitbee275c059b899be54b973c05a68f1bf526270cc
tree8cf6ca086a511c431ec05c7b48b61efb9858d1a5
parent3d6f62fefe4b3ab181c920f23d3f390cb8b3b10c
NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSEC

Most NFSv4 servers implement AUTH_UNIX, and administrators will
prefer this over AUTH_NULL.  It is harmless for our client to try
this flavor in addition to the flavors mandated by RFC 3530/5661.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c