cifs: ignore auto and noauto options if given
authorAdam Harvey <adam@adamharvey.name>
Wed, 27 Jan 2021 21:44:35 +0000 (13:44 -0800)
committerSteve French <stfrench@microsoft.com>
Thu, 28 Jan 2021 15:59:27 +0000 (09:59 -0600)
commit19d51588125fb7abe258e85b412710486a3d9219
tree402cc7ac486a6e86d95a229447e9e617e4d92bd6
parent6ee1d745b7c9fd573fba142a2efdad76a9f1cb04
cifs: ignore auto and noauto options if given

In 24e0a1eff9e2, the noauto and auto options were missed when migrating
to the new mount API. As a result, users with noauto in their fstab
mount options are now unable to mount cifs filesystems, as they'll
receive an "Unknown parameter" error.

This restores the old behaviour of ignoring noauto and auto if they're
given.

Fixes: 24e0a1eff9e2 ("cifs: switch to new mount api")
Signed-off-by: Adam Harvey <adam@adamharvey.name>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/fs_context.c