From dec6f619284aba75012820cceba25acb43385a36 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Aug 2022 17:09:34 +0200 Subject: [PATCH] update TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 8f4c231ab4..854450994f 100644 --- a/TODO +++ b/TODO @@ -102,6 +102,9 @@ Deprecations and removals: * drop support for LOOP_CONFIGURE-less loopback block devices, once kernel baseline is 5.8. +* drop fd_is_mount_point() fallback mess once we can rely on + STATX_ATTR_MOUNT_ROOT to exist i.e. kernel baseline 5.8 + * rework our PID tracking in services and so on, to be strictly based on pidfd, once kernel baseline is 5.13.