TODO: drop completed entry

This commit is contained in:
Yu Watanabe
2025-06-06 19:09:49 +09:00
parent 44875628ff
commit b1bfa60254

2
TODO
View File

@@ -66,8 +66,6 @@ Janitorial Clean-ups:
* rework mount.c and swap.c to follow proper state enumeration/deserialization
semantics, like we do for device.c now
* 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.