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>
Thu, 12 Jan 2023 10:58:56 +0000 (11:58 +0100)
commit5eb8296d73da5319e908591560498ad377f4573f
tree3827975bec6c1bb581b49738a8bbbddaca935a74
parentcfa9f66f917290412af77204a2de63caab4143b4
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