Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753955Ab0K2Ncn (ORCPT ); Mon, 29 Nov 2010 08:32:43 -0500 Received: from ns.dcl.info.waseda.ac.jp ([133.9.216.194]:55138 "EHLO ns.dcl.info.waseda.ac.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522Ab0K2Ncm (ORCPT ); Mon, 29 Nov 2010 08:32:42 -0500 Message-ID: <4CF3AB79.8@dcl.info.waseda.ac.jp> Date: Mon, 29 Nov 2010 22:32:41 +0900 From: Hitoshi Mitake User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.14) Gecko/20101117 Shredder/3.0.9 MIME-Version: 1.0 To: Tejun Heo CC: linux-kernel@vger.kernel.org, h.mitake@gmail.com, Arjan van de Ven , David Howells Subject: Re: [PATCH] workqueue: check the allocation of system_unbound_wq References: <1290737991-23163-1-git-send-email-mitake@dcl.info.waseda.ac.jp> <4CEF950B.9050608@kernel.org> In-Reply-To: <4CEF950B.9050608@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 25 On 2010年11月26日 20:07, Tejun Heo wrote: > Hello, > > On 11/26/2010 03:19 AM, Hitoshi Mitake wrote: >> I found a trivial bug on initialization of workqueue. >> Current init_workqueues doesn't check the result of >> allocation of system_unbound_wq, this should be checked >> like other queues. >> >> Signed-off-by: Hitoshi Mitake >> Cc: Arjan van de Ven >> Cc: David Howells > > Queued to wq#for-linus with new line adjustment. > > Thanks a lot. :-) > Hi Tejun, Thanks for your adjustment and applying :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/