From: Fengguang Wu Subject: Re: [PATCH UPDATED 6/6] workqueue: reimplement WQ_HIGHPRI using a separate worker_pool Date: Sat, 14 Jul 2012 16:18:02 +0800 Message-ID: <20120714081802.GA30812@localhost> References: <1341859315-17759-1-git-send-email-tj@kernel.org> <1341859315-17759-7-git-send-email-tj@kernel.org> <20120714035650.GC5638@dhcp-172-17-108-109.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, joshhunt00@gmail.com, axboe@kernel.dk, rni@google.com, vgoyal@redhat.com, vwadekar@nvidia.com, herbert@gondor.apana.org.au, davem@davemloft.net, linux-crypto@vger.kernel.org, swhiteho@redhat.com, bpm@sgi.com, elder@kernel.org, xfs@oss.sgi.com, marcel@holtmann.org, gustavo@padovan.org, johan.hedberg@gmail.com, linux-bluetooth@vger.kernel.org, martin.petersen@oracle.com, Tony Luck To: Tejun Heo Return-path: Received: from mga11.intel.com ([192.55.52.93]:47466 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757204Ab2GNISR (ORCPT ); Sat, 14 Jul 2012 04:18:17 -0400 Content-Disposition: inline In-Reply-To: <20120714035650.GC5638@dhcp-172-17-108-109.mtv.corp.google.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: > v2: nr_running indexing bug in get_pool_nr_running() fixed. > > Signed-off-by: Tejun Heo > Reported-by: Josh Hunt > LKML-Reference: > Cc: Tony Luck > Cc: Fengguang Wu > --- > git branch updated accordingly. Thanks. It works now, thank you very much! Tested-by: Fengguang Wu