Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751338AbWC3KRZ (ORCPT ); Thu, 30 Mar 2006 05:17:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751339AbWC3KRZ (ORCPT ); Thu, 30 Mar 2006 05:17:25 -0500 Received: from mx1.redhat.com ([66.187.233.31]:55718 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1751338AbWC3KRY (ORCPT ); Thu, 30 Mar 2006 05:17:24 -0500 From: David Howells In-Reply-To: <20060330081730.880049000@localhost.localdomain> References: <20060330081730.880049000@localhost.localdomain> <20060330081605.085383000@localhost.localdomain> To: Akinobu Mita Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, David Howells Subject: Re: [patch 6/8] net/rxrpc: 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:17:11 +0100 Message-ID: <8856.1143713831@warthog.cambridge.redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 446 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 net/rxrpc. 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/