Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753882Ab0BXBqH (ORCPT ); Tue, 23 Feb 2010 20:46:07 -0500 Received: from mga02.intel.com ([134.134.136.20]:49030 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753128Ab0BXBqB (ORCPT ); Tue, 23 Feb 2010 20:46:01 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.49,528,1262592000"; d="scan'208";a="495073472" Message-Id: <20100224013858.506388000@intel.com> User-Agent: quilt/0.46-1 Date: Tue, 23 Feb 2010 17:38:58 -0800 From: venkatesh.pallipadi@intel.com To: Ingo Molnar , H Peter Anvin , Thomas Gleixner , David Woodhouse , Andrew Morton , "Theodore Ts'o" , Andreas Dilger , Eric Paris Cc: Venkatesh Pallipadi , Suresh Siddha , linux-kernel@vger.kernel.org Subject: [patch 0/3] Fixup rb_root initializations to use RB_ROOT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 752 Lines: 22 Eric Paris found a problem with rb_root initializations and sent a patch to fix it here: http://lkml.indiana.edu/hypermail/linux/kernel/1002.2/02946.html btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL Based on that, a simple grep for "rb_node = NULL" showed few more similar usages in ext3, ext4 and jffs2. Here are the patches to fix those root.rb_node = NULL usages to root = RB_ROOT Compile tested. Signed-off-by: Venkatesh Pallipadi -- -- 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/