diff options
author | Kay Sievers <kay@vrfy.org> | 2013-03-23 13:34:13 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-03-23 13:34:13 +0100 |
commit | b87b8b2b5205c0584da220f73322ea4732d44013 (patch) | |
tree | 74a6c70d0d6c7ec88dc6fc10a81a1753fd29ab23 | |
parent | 3abcb6acedb588ca17f6374c1836f8a58396e520 (diff) |
TODO: update
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |