Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932094AbWC3IT1 (ORCPT ); Thu, 30 Mar 2006 03:19:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932100AbWC3IRp (ORCPT ); Thu, 30 Mar 2006 03:17:45 -0500 Received: from ns.miraclelinux.com ([219.118.163.66]:20307 "EHLO mail01.miraclelinux.com") by vger.kernel.org with ESMTP id S932097AbWC3IRl (ORCPT ); Thu, 30 Mar 2006 03:17:41 -0500 Message-Id: <20060330081605.085383000@localhost.localdomain> Date: Thu, 30 Mar 2006 16:16:05 +0800 From: Akinobu Mita To: linux-kernel@vger.kernel.org Cc: akpm@osdl.org Subject: [patch 0/8] list.h related cleanups Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 477 Lines: 13 This patch set does: - Introduce hlist_add_head() and use it - Use list_add_tail() instead of list_add(A, B.prev) - Use list_move() instead of the combination of list_del() and list_add() for readability and micro optimization. -- - 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/