cifs: print nosharesock value while dumping mount options
authorShyam Prasad N <sprasad@microsoft.com>
Fri, 16 Jun 2023 10:37:45 +0000 (10:37 +0000)
committerSteve French <stfrench@microsoft.com>
Mon, 19 Jun 2023 23:16:26 +0000 (18:16 -0500)
commitdc765027ed2941985fbb8ef86139e6289b36fc43
tree4c8dc9e6aeaa8257a7bbd67beb61be279f744077
parentda787d5b74983f7525d1eb4b9c0b4aff2821511a
cifs: print nosharesock value while dumping mount options

We print most other mount options for a mount when dumping
the mount entries. But miss out the nosharesock value.
This change will print that in addition to the other options.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Reviewed-by: Bharath SM <bharathsm@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.c