From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RSyQ4-0000h0-Mn for kexec@lists.infradead.org; Tue, 22 Nov 2011 22:02:26 +0000 Date: Tue, 22 Nov 2011 17:02:18 -0500 From: Mike Snitzer Subject: Re: block: initialize request_queue's numa node during allocation Message-ID: <20111122220218.GA17543@redhat.com> References: <4ECB5C80.8080609@redhat.com> <20111122152739.GA5663@redhat.com> <20111122211954.GA17120@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: David Rientjes Cc: Jens Axboe , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Dave Young , Vivek Goyal On Tue, Nov 22 2011 at 4:45pm -0500, David Rientjes wrote: > On Tue, 22 Nov 2011, Mike Snitzer wrote: > > > From: Mike Snitzer > > Subject: block: initialize request_queue's numa node during allocation > > > > Set request_queue's node in blk_alloc_queue_node() rather than > > blk_init_allocated_queue_node(). This avoids blk_throtl_init() using > > q->node before it is initialized. > > > > Rename blk_init_allocated_queue_node() to blk_init_allocated_queue(). > > > > Signed-off-by: Mike Snitzer > > When I debug an issue and suggest a patch to fix it in addition to > suggesting the possible cleanup for blk_init_allocated_queue_node(), I > don't expect that you'll just take it and claim it as your own, sheesh. Sorry I pissed you off. But I'm not that hard up for credit. I was just looking to make sure proper _code_ changes occurred ;) I didn't take enough time to fully appreciate the long road you've travelled on this. Jens, I'll defer to David to post a proper patch header. David please claim the patch and its contents as your own in v2. But feel free to add my Signed-off-by. Thanks, Mike _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec