cifs: print warning when conflicting soft vs. hard mount options specified
authorSteve French <stfrench@microsoft.com>
Sun, 11 Dec 2022 20:44:31 +0000 (14:44 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 12 Dec 2022 19:08:22 +0000 (13:08 -0600)
commit9d91f8108ebfed54284332e04d2073107df18794
treef58e997745885a1afeb17d107da75117622e60a7
parent2bfd81043e944af0e52835ef6d9b41795af22341
cifs: print warning when conflicting soft vs. hard mount options specified

If the user specifies conflicting hard vs. soft mount options
(or nosoft vs. nohard) print a warning to dmesg

We were missing a warning when a user e.g. mounted with both
"hard,soft" mount options.

Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/fs_context.c