From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCHSET] workqueue: update workqueue users - replace create_workqueue() Date: Tue, 1 Feb 2011 11:44:21 +0100 Message-ID: <20110201104421.GJ14211@htj.dyndns.org> References: <1294062595-30097-1-git-send-email-tj@kernel.org> <20110125142921.GB27510@htj.dyndns.org> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=FmEccFaO/uXk6wU+6XPyN72Iw8x/DSIVSKhmbJ2Ckk4=; b=uwJgX5tY0ShxK7aLeyIId8pbZ1/+tlNgjgMv38UwzHWsadIwODTjC318AAwcuLea4V GgYO5QJK4pvNNdCPeZey+gvj/dSytwzem1ueMtQGUtYzj2+Wdv5EeCwEENnoby9FDHLv qmqQUjHhBusN3RGMMn12rZDA1HCQyF+UMNGC8= Content-Disposition: inline In-Reply-To: <20110125142921.GB27510@htj.dyndns.org> Sender: linux-acpi-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org Cc: lenb@kernel.org, linux-acpi@vger.kernel.org, davej@redhat.com, cpufreq@vger.kernel.org, Markus.Lidel@shadowconnect.com, tomas.winkler@intel.com, jayamohank@serverengines.com, andrew.vasquez@qlogic.com, James.Bottomley@HansenPartnership.com, linux-scsi@vger.kernel.org, tomof@acm.org, stf_xl@wp.pl, linux-usb@vger.kernel.org, tytso@mit.edu, mfasheh@suse.com, joel.becker@oracle.com, reiserfs-devel@vger.kernel.org, aelder@sgi.com, hch@infradead.org, ericvh@gmail.com, rminnich@sandia.gov, v9fs-developer@lists.sourceforge.net, lucho@ionkov.net, andy.grover@oracle.com On Tue, Jan 25, 2011 at 03:29:21PM +0100, Tejun Heo wrote: > Hello, > > There was no response for the following patches and I'm planning on > routing them through workqueue#for-2.6.39. If you have an objection > or want to take the patch through a different tree, please let me > know. > > 0006-acpi-kacpi-_wq-don-t-need-WQ_MEM_RECLAIM.patch > 0007-cpufreq-use-system_wq-instead-of-dedicated-workqueue.patch > 0012-i2o-use-alloc_workqueue-instead-of-create_workqueue.patch > 0013-misc-iwmc3200top-use-system_wq-instead-of-dedicated-.patch > 0016-scsi-be2iscsi-qla2xxx-convert-to-alloc_workqueue.patch > 0018-scsi-scsi_tgt_lib-scsi_tgtd-isn-t-used-in-memory-rec.patch > 0019-usb-ueagle-atm-use-system_wq-instead-of-dedicated-wo.patch > 0025-ext4-convert-to-alloc_workqueue.patch > 0026-ocfs2-use-system_wq-instead-of-ocfs2_quota_wq.patch > 0027-reiserfs-make-commit_wq-use-the-default-concurrency-.patch > 0028-xfs-convert-to-alloc_workqueue.patch > 0029-net-9p-use-system_wq-instead-of-p9_mux_wq.patch > 0030-net-9p-replace-p9_poll_task-with-a-work.patch > 0031-rds-ib-use-system_wq-instead-of-rds_ib_fmr_wq.patch Patches applied to wq#for-2.6.39 w/ collected acks added. Thank you. -- tejun