]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66b7fa74f055d15a4ddce236858ffb47ff9bcec9
treea9fe7babf4e572250f1165285e9a0f31fe874e3f
parentbadd257cdc2ae67dc51db5a3d54118deaa425a4e
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