From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC-v2 06/12] iscsi-target: Add iSCSI Login Negotiation and Parameter logic Date: Tue, 15 Mar 2011 11:21:46 +0100 Message-ID: <20110315102146.GA24496@lst.de> References: <1300103829-10337-1-git-send-email-nab@linux-iscsi.org> <1300103829-10337-7-git-send-email-nab@linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1300103829-10337-7-git-send-email-nab@linux-iscsi.org> Sender: linux-kernel-owner@vger.kernel.org To: "Nicholas A. Bellinger" Cc: linux-scsi , linux-kernel , James Bottomley , Christoph Hellwig , Mike Christie , Hannes Reinecke , FUJITA Tomonori , Boaz Harrosh , Stephen Rothwell , Douglas Gilbert List-Id: linux-scsi@vger.kernel.org The thread pool in iscsi_thread_queue.c looks like it really should go away in favour of the new concurrency managed workqueues. Did you look into the current kernel kernel/workqueue.c code?