From: Karel Zak Date: Fri, 7 May 2021 09:26:33 +0000 (+0200) Subject: docs: add #1266 to TODO file X-Git-Tag: v2.37-rc2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ee5fcd2e89e74d5b61aa1e8f1d0b2194e7b2e57;p=thirdparty%2Futil-linux.git docs: add #1266 to TODO file References: https://github.com/karelzak/util-linux/issues/1266 Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 073826c502..5c8cd96daf 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