linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/3] Fixup rb_root initializations to use RB_ROOT
@ 2010-02-24  1:38 venkatesh.pallipadi
  2010-02-24  1:38 ` [patch 1/3] ext4: " venkatesh.pallipadi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: venkatesh.pallipadi @ 2010-02-24  1:38 UTC (permalink / raw)
  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

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 <venkatesh.pallipadi@intel.com>

-- 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-02-24 23:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-24  1:38 [patch 0/3] Fixup rb_root initializations to use RB_ROOT venkatesh.pallipadi
2010-02-24  1:38 ` [patch 1/3] ext4: " venkatesh.pallipadi
2010-02-24 23:06   ` Andrew Morton
2010-02-24  1:39 ` [patch 2/3] ext3: " venkatesh.pallipadi
2010-02-24  1:39 ` [patch 3/3] jffs2: " venkatesh.pallipadi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).