cifs: cleanup misc.c
authorSteve French <stfrench@microsoft.com>
Sat, 12 Dec 2020 02:22:04 +0000 (20:22 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 14 Dec 2020 15:16:22 +0000 (09:16 -0600)
commit047092ffe2b1774ab456e0eff0e40e0eb4b6600e
treea8ecb029fff1a354a5ec96b6d1e16be8ed8bd0d5
parentbc04499477d9f01034c2afb6097e835c705ac3bd
cifs: cleanup misc.c

misc.c was getting a little large, move two of the UNC parsing relating
functions to a new C file unc.c which makes the coding of the
upcoming witness protocol patch series a little cleaner as well.

Suggested-by: Rafal Szczesniak <rafal@elbingbrewery.org>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/Makefile
fs/cifs/misc.c
fs/cifs/unc.c [new file with mode: 0644]