OSDN Git Service

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)
commite68fd7c8071d541d3f2f7eed5814b63e865dd277
tree5ea2974538ef751b559f3c54c43d684057dff728
parentf7db0b283868411dc6bc8a223fd032b211d2d91f
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