Revert "We do need to send a SIGQUIT to a process/thread, even if it is running"
authorJens Axboe <jens.axboe@oracle.com>
Wed, 18 Apr 2007 10:25:41 +0000 (12:25 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 18 Apr 2007 10:25:41 +0000 (12:25 +0200)
commit7a93ab190e5fea78edb21affeb0189a9d61a2cd8
tree211824fb197acc35b749309766309139b9f7c702
parent90a87d4ba3acb26cb54e9b15adf9f39aea02818b
Revert "We do need to send a SIGQUIT to a process/thread, even if it is running"

This reverts commit ef5fffa591e583de26c6ce14f9448104d6dfbe79.

The problem with the commit is that if we SIGQUIT a thread, it
gets exited without updating runtime/etc info. And then we
don't get a new status display on exit.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c