]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Use RB_CLEAR_NODE() rather than rb_init_node()
authorMichel Lespinasse <walken@google.com>
Mon, 6 Aug 2012 05:04:08 +0000 (22:04 -0700)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 6 Aug 2012 09:02:58 +0000 (10:02 +0100)
commit4b0fbdd19431f6f57d7fdfa5a7f9f9c9b478ee9f
tree659e5eb5b45b776c51839ad981e7c49a5d211875
parent25587964235b6968ac8173d0ecea5b5cebbd9443
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 <walken@google.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/rgrp.c