]> git.baikalelectronics.ru Git - kernel.git/commit
mount: use sec= that was specified on the command line
authorSteve Dickson <steved@redhat.com>
Wed, 25 May 2016 14:36:50 +0000 (10:36 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 19 Jul 2016 20:23:23 +0000 (16:23 -0400)
commit26a49103ac53decac029bca1aef0e10721ada573
tree5ea2974538ef751b559f3c54c43d684057dff728
parent00276c0cb9d5052fcdc6bdbbb5d25b9cbce70a44
mount: use sec= that was specified on the command line

When older servers return RPC_AUTH_NULL, it means the
rpc creds will be ignored. In that case use the sec=
that was specified instead of setting sec=null

Fixes Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1112983
Signed-off-by: Steve Dickson <steved@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/super.c