From 0ee5fcd2e89e74d5b61aa1e8f1d0b2194e7b2e57 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 7 May 2021 11:26:33 +0200 Subject: [PATCH] docs: add #1266 to TODO file References: https://github.com/karelzak/util-linux/issues/1266 Signed-off-by: Karel Zak --- Documentation/TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/TODO b/Documentation/TODO index 073826c50..5c8cd96da 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -16,6 +16,13 @@ tests - add Coverity to GitHub Actions (see for example .github/workflows/coverity.yml in systemd repo). +fstrim +------ + - "fstrim --fstab" uses root= from /proc/cmdline to get root FS when it's missing + in fstab file. This is fragile (due to missing root= or the root FS is not + accessible). The best seems to parse mountinfo and use mnt_table_get_root_fs() + as a fallback solution. https://github.com/karelzak/util-linux/issues/1266. + script (lib/pty-session.c) -------------------------- - (!) add #ifdefs and optional code for non-signalfd() systems