OSDN Git Service

cifs: correct four aliased mount parms to allow use of previous names
authorSteve French <stfrench@microsoft.com>
Wed, 16 Dec 2020 07:22:54 +0000 (01:22 -0600)
committerSteve French <stfrench@microsoft.com>
Wed, 16 Dec 2020 07:46:55 +0000 (01:46 -0600)
commit27cf94853e6d2b5c981ed4d9f798912027352584
tree8929b5716f6677c67500d08920a9c33fd12d3efb
parentcd7b699b0198a7fc24f6dc79985f6151f589518c
cifs: correct four aliased mount parms to allow use of previous names

The updates to the new mount API created aliases for some
mount parms e.g.

   esize, idsfromsid, modefromsid, signloosely
as
   "min_enc_offload", "setuidfromacl", "modesid", "ignore_signature"

but did not add back in the original name expected by test cases
and current users.  It also had incorrect names for a few
less used mount parms.

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
fs/cifs/fs_context.c