From: Michel Lespinasse Date: Mon, 6 Aug 2012 05:04:08 +0000 (-0700) Subject: GFS2: Use RB_CLEAR_NODE() rather than rb_init_node() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~108^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d634e8f3b43fe2eb7c7d66567de7aba8edc308;p=pandora-kernel.git GFS2: Use RB_CLEAR_NODE() rather than rb_init_node() gfs2 calls RB_EMPTY_NODE() to check if nodes are not on an rbtree. The corresponding initialization function is RB_CLEAR_NODE(). rb_init_node() was never clearly defined and is going away. Signed-off-by: Michel Lespinasse Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed