commit | 2bfd81043e944af0e52835ef6d9b41795af22341 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Sun Dec 11 13:54:21 2022 -0600 |
committer | Steve French <stfrench@microsoft.com> | Mon Dec 12 13:08:22 2022 -0600 |
tree | 225357007619f7c449a0aa56ce6a00cd4af7fefa | |
parent | 9544597b5b63ff1674d60e069f93555ab924b62b [diff] |
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>