]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite38222e000404bcc96b16d4780fc48b6eb6232c0
treea8ecb029fff1a354a5ec96b6d1e16be8ed8bd0d5
parentd8eab1024ef392b3ef9c022395a9008e3fdec40f
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]