git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fabee2
)
NFS: Attempt mount with default sec flavor first
author
Bryan Schumaker
<bjschuma@netapp.com>
Wed, 13 Apr 2011 18:31:30 +0000
(14:31 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 13 Apr 2011 19:12:23 +0000
(15:12 -0400)
nfs4_lookup_root() is already configured to use either RPC_AUTH_UNIX
or a user specified flavor (through -o sec=<whatever>). We should
use this flavor first, and only attempt negotiation if it fails
with -EPERM.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found