init: split get_fs_names
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Jul 2021 20:23:19 +0000 (16:23 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 23 Aug 2021 05:25:40 +0000 (01:25 -0400)
commite24d12b7442afa9d41331a951fca467449ff1488
treea2e55ca394f98a1d2c85ec68443e690f37523b60
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
init: split get_fs_names

Split get_fs_names into one function that splits up the command line
argument, and one that gets the list of all registered file systems.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
init/do_mounts.c