cifs: Get rid of kstrdup_const()'d paths
authorPaulo Alcantara (SUSE) <pc@cjr.nz>
Wed, 4 Dec 2019 20:37:59 +0000 (17:37 -0300)
committerSteve French <stfrench@microsoft.com>
Mon, 27 Jan 2020 01:24:16 +0000 (19:24 -0600)
commit199c6bdfb04b71d88a7765e08285885fbca60df4
treea9fe7babf4e572250f1165285e9a0f31fe874e3f
parent185352ae6171c845951e21017b2925a6f2795904
cifs: Get rid of kstrdup_const()'d paths

The DFS cache API is mostly used with heap allocated strings.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/dfs_cache.c