diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-17 01:50:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-17 01:50:46 +0100 |
commit | 72bc55ded76c567adee241094ba3147c72706f79 (patch) | |
tree | f5ffc0dd6c3db350b4ebe340e3cbb9c376ac815b /NEWS | |
parent | d36415dcc3cd26a7d1def2f12b4d1c59e13d704e (diff) |
Revert "linux: Use VT_WAITEVENT if available to avoid spawn too many threads"
This reverts commit 2782cc8d4950effbc4407455e72bd4750cef6e11.
VT_WAITEVENT is racy unfortunately, since events that happen between the
time we woke up from a VT_WAITEVENT and we go into the next VT_WAITEVENT
are lost completely.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ Version 0.4.2 * Don't take bus name until ready (Ray Strode) * systemd hookup (Lennart Poettering) * add --since option to ck-history (William Jon McCann) - * Reduce number of threads on Linux (Kan-Ru Chen) * Other fixes (Anders Kaseor, Frederic Crozat, Matthias Clasen, Michael Biebl, William Jon McCann) ============== |