From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx185.postini.com [74.125.245.185]) by kanga.kvack.org (Postfix) with SMTP id EBBDE6B0039 for ; Sun, 7 Jul 2013 12:19:44 -0400 (EDT) Received: by mail-la0-f44.google.com with SMTP id er20so3209696lab.31 for ; Sun, 07 Jul 2013 09:19:43 -0700 (PDT) Message-ID: <51D9951E.4050807@kernel.org> Date: Sun, 07 Jul 2013 19:19:42 +0300 From: Pekka Enberg MIME-Version: 1.0 Subject: Re: [PATCH] slob: Check for NULL pointer before calling ctor() References: <1358442826.23211.18.camel@gandalf.local.home> <1360073811.27007.13.camel@gandalf.local.home> <0000013caadd2e2f-3ca39b5e-cc18-4a38-9485-d505a89098af-000000@email.amazonses.com> In-Reply-To: <0000013caadd2e2f-3ca39b5e-cc18-4a38-9485-d505a89098af-000000@email.amazonses.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Lameter Cc: Steven Rostedt , LKML , linux-mm@kvack.org, Andrew Morton , Matt Mackall On 2/5/13 4:58 PM, Christoph Lameter wrote: > On Tue, 5 Feb 2013, Steven Rostedt wrote: > >> Ping? > > Obviously correct. > > Acked-by: Christoph Lameter Applied, thanks a lot! -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752724Ab3GGQTr (ORCPT ); Sun, 7 Jul 2013 12:19:47 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:44091 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752506Ab3GGQTo (ORCPT ); Sun, 7 Jul 2013 12:19:44 -0400 Message-ID: <51D9951E.4050807@kernel.org> Date: Sun, 07 Jul 2013 19:19:42 +0300 From: Pekka Enberg User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Christoph Lameter CC: Steven Rostedt , LKML , linux-mm@kvack.org, Andrew Morton , Matt Mackall Subject: Re: [PATCH] slob: Check for NULL pointer before calling ctor() References: <1358442826.23211.18.camel@gandalf.local.home> <1360073811.27007.13.camel@gandalf.local.home> <0000013caadd2e2f-3ca39b5e-cc18-4a38-9485-d505a89098af-000000@email.amazonses.com> In-Reply-To: <0000013caadd2e2f-3ca39b5e-cc18-4a38-9485-d505a89098af-000000@email.amazonses.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/5/13 4:58 PM, Christoph Lameter wrote: > On Tue, 5 Feb 2013, Steven Rostedt wrote: > >> Ping? > > Obviously correct. > > Acked-by: Christoph Lameter Applied, thanks a lot!