Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750751AbWC3TJI (ORCPT ); Thu, 30 Mar 2006 14:09:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750754AbWC3TJH (ORCPT ); Thu, 30 Mar 2006 14:09:07 -0500 Received: from rgminet01.oracle.com ([148.87.113.118]:38886 "EHLO rgminet01.oracle.com") by vger.kernel.org with ESMTP id S1750751AbWC3TJG (ORCPT ); Thu, 30 Mar 2006 14:09:06 -0500 Date: Thu, 30 Mar 2006 11:07:40 -0800 From: Joel Becker To: Akinobu Mita Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, Ian Kent , Neil Brown , Hans Reiser , Urban Widmark , David Howells , Mark Fasheh Subject: Re: [patch 8/8] fs: use list_move() Message-ID: <20060330190740.GB29730@ca-server1.us.oracle.com> Mail-Followup-To: Akinobu Mita , linux-kernel@vger.kernel.org, akpm@osdl.org, Ian Kent , Neil Brown , Hans Reiser , Urban Widmark , David Howells , Mark Fasheh References: <20060330081605.085383000@localhost.localdomain> <20060330081731.538392000@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060330081731.538392000@localhost.localdomain> X-Burt-Line: Trees are cool. X-Red-Smith: Ninety feet between bases is perhaps as close as man has ever come to perfection. User-Agent: Mutt/1.5.11 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1017 Lines: 31 On Thu, Mar 30, 2006 at 04:16:13PM +0800, Akinobu Mita wrote: > This patch converts the combination of list_del(A) and list_add(A, B) > to list_move(A, B) under fs/. > > CC: Ian Kent > CC: Joel Becker > CC: Neil Brown > CC: Hans Reiser > CC: Urban Widmark > CC: David Howells > CC: Mark Fasheh > Signed-off-by: Akinobu Mita Acked-by: Joel Becker -- "And yet I find, And yet I find repeating in my head. If I can't be my own, I'd feel better dead." Joel Becker Principal Software Developer Oracle E-mail: joel.becker@oracle.com Phone: (650) 506-8127 - 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/