cifs: fix missing display of three mount options
authorSteve French <stfrench@microsoft.com>
Sun, 11 Dec 2022 19:54:21 +0000 (13:54 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jan 2023 10:11:50 +0000 (11:11 +0100)
commit66d65a6fba330ac8152b4f4d5f897c63676ba675
tree8493fe0789a7de22248e7cd6eb14115c40056c48
parente9f7a3bbaa5c0bc1c9dab5bf3ea5f2802034e50b
cifs: fix missing display of three mount options

commit 2bfd81043e944af0e52835ef6d9b41795af22341 upstream.

Three mount options: "tcpnodelay" and "noautotune" and "noblocksend"
were not displayed when passed in on cifs/smb3 mounts (e.g. displayed
in /proc/mounts e.g.).  No change to defaults so these are not
displayed if not specified on mount.

Cc: stable@vger.kernel.org
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/cifsfs.c