commit | 653a5efb849aea1706648257c3c23ece82997f44 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Mon Dec 14 20:08:10 2020 -0600 |
committer | Steve French <stfrench@microsoft.com> | Tue Dec 15 15:12:51 2020 -0600 |
tree | 40a3d5d7df0f85666840a8ca7769968a82987bbe | |
parent | 5c4b642141eb3576213ab59d06ba12e1fa989046 [diff] |
cifs: update super_operations to show_devname This is needed so that we display the correct //server/share vs \\server\share in /proc/mounts for the device name (in the new mount API). Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>