summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-23 12:43:28 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-23 12:43:28 +0100
commitca4249847b086bd4e8116c6123923eb02a80504f (patch)
tree0a1c300bb7c712b73337fa1cdde2f72621a960c9 /TODO
parentd91a5f6481d35e28148fe46bc490bb4f34656947 (diff)
downloadsystemd-ca4249847b086bd4e8116c6123923eb02a80504f.tar.gz
TODO: add item about mnt_fstype_is_netfs()
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8416dbcbbb..0c785220ec 100644
--- 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.