Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754200Ab0HSP3s (ORCPT ); Thu, 19 Aug 2010 11:29:48 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:56538 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754064Ab0HSP3p (ORCPT ); Thu, 19 Aug 2010 11:29:45 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=SLrREkdfzsJgVb2z+BUlHknQmmUaCfrJ4AB+8RAB9c2/tTNH8Co0XRtTOQw6QLQxAx Ed22sFqF7ZzwJmLVTB3DDGn26yDaXG+ukalkmpZkaoyltytcFJRERTindG+nELoXWL35 Coh58fGpk9B0lxxtJrVbn1d52koZ0yKG9qrGY= Date: Fri, 20 Aug 2010 00:29:37 +0900 From: Minchan Kim To: KOSAKI Motohiro Cc: LKML , linux-mm , Andrew Morton , David Rientjes , Linus Torvalds , KAMEZAWA Hiroyuki Subject: Re: [PATCH 1/2] oom: fix NULL pointer dereference Message-ID: <20100819152937.GE6805@barrios-desktop> References: <20100819194707.5FC4.A69D9226@jp.fujitsu.com> <20100819195310.5FC7.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100819195310.5FC7.A69D9226@jp.fujitsu.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 579 Lines: 15 On Thu, Aug 19, 2010 at 07:53:31PM +0900, KOSAKI Motohiro wrote: > commit b940fd7035 (oom: remove unnecessary code and cleanup) added > unnecessary NULL pointer dereference. remove it. > > Signed-off-by: KOSAKI Motohiro Reviewed-by: Minchan Kim -- Kind regards, Minchan Kim -- 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/