Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932159AbWC3KTO (ORCPT ); Thu, 30 Mar 2006 05:19:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751340AbWC3KTO (ORCPT ); Thu, 30 Mar 2006 05:19:14 -0500 Received: from mx1.redhat.com ([66.187.233.31]:40359 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1751339AbWC3KTN (ORCPT ); Thu, 30 Mar 2006 05:19:13 -0500 From: David Howells In-Reply-To: <20060330081731.538392000@localhost.localdomain> References: <20060330081731.538392000@localhost.localdomain> <20060330081605.085383000@localhost.localdomain> To: Akinobu Mita Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, Ian Kent , Joel Becker , Neil Brown , Hans Reiser , Urban Widmark , David Howells , Mark Fasheh Subject: Re: [patch 8/8] fs: use list_move() X-Mailer: MH-E 7.92+cvs; nmh 1.1; GNU Emacs 22.0.50.4 Date: Thu, 30 Mar 2006 11:18:47 +0100 Message-ID: <8892.1143713927@warthog.cambridge.redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 440 Lines: 11 Akinobu Mita wrote: > This patch converts the combination of list_del(A) and list_add(A, B) > to list_move(A, B) under fs/. Acked-By: David Howells - 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/