Call path below SIGALRM isn't safe
authorJens Axboe <jaxboe@fusionio.com>
Thu, 11 Nov 2010 08:19:49 +0000 (09:19 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 11 Nov 2010 08:19:49 +0000 (09:19 +0100)
We do allocations, open files, printf, etc from the SIGALRM signal
handler which gets run every 250 msecs. This isn't necessarily
safe and could deadlock. Move it to thread context instead.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found