From: Jens Axboe Date: Wed, 28 Mar 2007 08:04:08 +0000 (+0200) Subject: Don't inherit new_group for sub-jobs X-Git-Tag: fio-1.15~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=92c1d41f9cb4da2513ad261552f92511d69f6b8e;p=fio.git Don't inherit new_group for sub-jobs Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index c1f774d8..5d35a638 100644 --- a/init.c +++ b/init.c @@ -481,6 +481,7 @@ static int add_job(struct thread_data *td, const char *jobname, int job_add_num) td_new->o.numjobs = 1; td_new->o.stonewall = 0; + td_new->o.new_group = 0; if (file_alloced) { td_new->o.filename = NULL;