]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TODO: add item about mnt_fstype_is_netfs()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 23 Nov 2022 11:43:28 +0000 (12:43 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 23 Nov 2022 11:43:28 +0000 (12:43 +0100)
TODO

diff --git a/TODO b/TODO
index 8416dbcbbb089f1d115b9ea3ee3a88de11b3f40a..0c785220ec005f5939cf37003e66aefef24f3851 100644 (file)
--- a/TODO
+++ b/TODO
@@ -80,6 +80,10 @@ Janitorial Clean-ups:
 
 * get rid of basename() and replace by path_extract_filename()
 
+* Replace our fstype_is_network() with a call to libmount's mnt_fstype_is_netfs()?
+  Having two lists is not nice, but maybe it's now worth making a dependency on
+  libmount for something so trivial.
+
 Deprecations and removals:
 
 * Remove any support for booting without /usr pre-mounted in the initrd entirely.