TODO: update

This commit is contained in:
Kay Sievers 2013-03-23 13:34:13 +01:00
parent 3abcb6aced
commit b87b8b2b52
1 changed files with 3 additions and 0 deletions

3
TODO
View File

@ -194,6 +194,9 @@ Features:
* service: watchdog logic: for testing purposes allow ping, but do not require pong
* journal:
- do not use magic msync() in src/journal/journal-file.c, just call fsync()
<alxchk> poettering: looks like msync just calls vfs_fsync
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/mm/msync.c#n18
- import and delete pstore filesystem content at startup
- journald: also get thread ID from client, plus thread name
- journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups