cifs: fix missing display of three mount options
authorSteve French <stfrench@microsoft.com>
Sun, 11 Dec 2022 19:54:21 +0000 (13:54 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 12 Dec 2022 19:08:22 +0000 (13:08 -0600)
commit2bfd81043e944af0e52835ef6d9b41795af22341
tree225357007619f7c449a0aa56ce6a00cd4af7fefa
parent9544597b5b63ff1674d60e069f93555ab924b62b
cifs: fix missing display of three mount options

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>
fs/cifs/cifsfs.c