From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx197.postini.com [74.125.245.197]) by kanga.kvack.org (Postfix) with SMTP id C91FE6B002C for ; Tue, 14 Feb 2012 19:19:09 -0500 (EST) Date: Tue, 14 Feb 2012 16:19:08 -0800 From: Andrew Morton Subject: Re: [PATCH 1/4] prio_tree: remove unnecessary code in prio_tree_replace Message-Id: <20120214161908.3fbc2c27.akpm@linux-foundation.org> In-Reply-To: <4F3A2285.7060700@linux.vnet.ibm.com> References: <4F3A2285.7060700@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Xiao Guangrong Cc: linux-mm@kvack.org, LKML On Tue, 14 Feb 2012 16:59:49 +0800 Xiao Guangrong wrote: > Remove the code since 'node' has already been initialized in the > begin of the function > The patches look good to me. You appear to be the first person to touch this code in seven years. That must be a world record. -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ 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 S1757416Ab2BOATL (ORCPT ); Tue, 14 Feb 2012 19:19:11 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:43622 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755537Ab2BOATJ (ORCPT ); Tue, 14 Feb 2012 19:19:09 -0500 Date: Tue, 14 Feb 2012 16:19:08 -0800 From: Andrew Morton To: Xiao Guangrong Cc: linux-mm@kvack.org, LKML Subject: Re: [PATCH 1/4] prio_tree: remove unnecessary code in prio_tree_replace Message-Id: <20120214161908.3fbc2c27.akpm@linux-foundation.org> In-Reply-To: <4F3A2285.7060700@linux.vnet.ibm.com> References: <4F3A2285.7060700@linux.vnet.ibm.com> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 14 Feb 2012 16:59:49 +0800 Xiao Guangrong wrote: > Remove the code since 'node' has already been initialized in the > begin of the function > The patches look good to me. You appear to be the first person to touch this code in seven years. That must be a world record.