From: Venkatesh Pallipadi Date: Fri, 5 Mar 2010 03:25:21 +0000 (-0500) Subject: ext4: fix up rb_root initializations to use RB_ROOT X-Git-Tag: v2.6.34-rc1~199^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e290ec69be39f1887fa0b403c1e417b6b038e7;p=pandora-kernel.git ext4: fix up rb_root initializations to use RB_ROOT ext4 uses rb_node = NULL; to zero rb_root at few places. Using RB_ROOT as the initializer is more portable in case the underlying implementation of rbtrees changes in the future. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Andrew Morton Signed-off-by: "Theodore Ts'o" Cc: Eric Paris --- Reading git-diff-tree failed