]> asedeno.scripts.mit.edu Git - linux.git/commit
cifs: Properly handle auto disabling of serverino option
authorPaulo Alcantara (SUSE) <paulo@paulo.ac>
Tue, 18 Jun 2019 19:16:02 +0000 (16:16 -0300)
committerSteve French <stfrench@microsoft.com>
Mon, 8 Jul 2019 03:37:43 +0000 (22:37 -0500)
commit29fbeb7a908a60a5ae8c50fbe171cb8fdcef1980
treea99751e8ae257b0418efecb3ef3d79cdb9fe6d9e
parentdc179268cde43e0fb17e03507f09a3485625e52f
cifs: Properly handle auto disabling of serverino option

Fix mount options comparison when serverino option is turned off later
in cifs_autodisable_serverino() and thus avoiding mismatch of new cifs
mounts.

Cc: stable@vger.kernel.org
Signed-off-by: Paulo Alcantara (SUSE) <paulo@paulo.ac>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilove@microsoft.com>
fs/cifs/cifs_fs_sb.h
fs/cifs/connect.c
fs/cifs/misc.c