From: Zbigniew Jędrzejewski-Szmek Date: Wed, 23 Nov 2022 11:43:28 +0000 (+0100) Subject: TODO: add item about mnt_fstype_is_netfs() X-Git-Tag: v253-rc1~464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4249847b086bd4e8116c6123923eb02a80504f;p=thirdparty%2Fsystemd.git TODO: add item about mnt_fstype_is_netfs() --- diff --git a/TODO b/TODO index 8416dbcbbb0..0c785220ec0 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.