diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-11-22 01:56:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-11-22 20:16:29 +0100 |
commit | a624aa9e3d150e7c38f6a3fdf6343a1c3587ed2f (patch) | |
tree | 74ce57fcf07815c5ffc67a47d988babe583772a6 | |
parent | 279858059da3be496691f9c47f5d9fb13636a2a0 (diff) |
update TODO
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,6 +19,8 @@ F18: Features: +* add form factor to /etc/machine-info + * use C11 static_assert() where we currently use assert_cc() * journald: also get thread ID from client, plus thread name @@ -488,8 +490,6 @@ Features: * readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO -* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd" - * support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination * support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1) |