mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +00:00
6641273b19
SignalHandler::entry shouldn't poll for POLLOUT, because it never actually
writes to the pipes in question. Polling for POLLOUT causes poll(2) to
immediately return, so the function spins the CPU and never blocks. Remove
the POLLOUT flag, unnecessarily introduced in commit
|
||
---|---|---|
.. | ||
global_context.cc | ||
global_context.h | ||
global_init.cc | ||
global_init.h | ||
Makefile.am | ||
pidfile.cc | ||
pidfile.h | ||
signal_handler.cc | ||
signal_handler.h |