Fix crash on threads being reaped before they are created
authorJens Axboe <axboe@fb.com>
Mon, 10 Nov 2014 21:08:50 +0000 (14:08 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 10 Nov 2014 21:08:50 +0000 (14:08 -0700)
commit8049adc18dc90aa5f798834d04281c9f1cb5d523
treec035396aaf164956fe89e05b9ca381397146c8dd
parentd2aeedb9e61548162681715b3befc27e3f6c7e10
Fix crash on threads being reaped before they are created

If we do that, then ->rusage_sem is never allocated.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c