Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932114AbWC3Iam (ORCPT ); Thu, 30 Mar 2006 03:30:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932116AbWC3Iam (ORCPT ); Thu, 30 Mar 2006 03:30:42 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.31.123]:34518 "EHLO atrey.karlin.mff.cuni.cz") by vger.kernel.org with ESMTP id S932114AbWC3Iam (ORCPT ); Thu, 30 Mar 2006 03:30:42 -0500 Date: Thu, 30 Mar 2006 10:30:41 +0200 From: Jan Kara To: Akinobu Mita Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, Karsten Keil , Jan Harkes , Jan Kara , David Woodhouse , Sridhar Samudrala Subject: Re: [patch 3/8] use list_add_tail() instead of list_add() Message-ID: <20060330083041.GN9287@atrey.karlin.mff.cuni.cz> References: <20060330081605.085383000@localhost.localdomain> <20060330081730.068972000@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060330081730.068972000@localhost.localdomain> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 667 Lines: 20 > This patch converts list_add(A, B.prev) to list_add_tail(A, &B) > for readability. > > CC: Karsten Keil > CC: Jan Harkes > CC: Jan Kara > CC: David Woodhouse > CC: Sridhar Samudrala > Signed-off-by: Akinobu Mita Acked-by: Jan Kara Honza -- Jan Kara SuSE CR Labs - 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/