From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f46.google.com ([209.85.216.46]:57496 "EHLO mail-qa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757058Ab3ANQtu (ORCPT ); Mon, 14 Jan 2013 11:49:50 -0500 Date: Mon, 14 Jan 2013 08:49:42 -0800 From: Tejun Heo To: Bjorn Helgaas Cc: Yijing Wang , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel J Blueman , Kenji Kaneshige , Yinghai Lu , Jiang Liu Subject: Re: [PATCH v7 2/4] PCI: shpchp: Make shpchp_wq non-ordered Message-ID: <20130114164942.GA27942@mtj.dyndns.org> References: <20130113232606.7225.94802.stgit@bhelgaas.mtv.corp.google.com> <20130113232743.7225.11180.stgit@bhelgaas.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20130113232743.7225.11180.stgit@bhelgaas.mtv.corp.google.com> Sender: linux-pci-owner@vger.kernel.org List-ID: Hello, On Sun, Jan 13, 2013 at 04:27:43PM -0700, Bjorn Helgaas wrote: > e24dcbef93 ("shpchp: update workqueue usage") was described as adding > non-ordered shpchp_wq, but it actually made it an *ordered* workqueue. > > This patch changes shpchp_wq to be non-ordered, as described in the > e24dcbef93 commit log and as was done for pciehp by a827ea307b ("pciehp: > update workqueue usage"). > > Signed-off-by: Bjorn Helgaas > CC: Tejun Heo Yeap, my mistake. Acked-by: Tejun Heo Thanks! -- tejun