commit | d9345e0ae7cff25e9aed39d21f092dbb482dffec | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <palcantara@suse.de> | Wed Nov 14 14:18:22 2018 -0200 |
committer | Steve French <stfrench@microsoft.com> | Sun Dec 23 23:05:08 2018 -0600 |
tree | f3c5d8b5330ef82ab81046ca2b7bc7b4dc2b9a2a | |
parent | c34fea5a636d98607ee6e41c78acc9d5ca8fb756 [diff] |
cifs: Make devname param optional in cifs_compose_mount_options() If we only want to get the mount options strings, do not return the devname. For DFS failover, we'll be passing the DFS full path down to cifs_mount() rather than the devname. Signed-off-by: Paulo Alcantara <palcantara@suse.de> Reviewed-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>