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, 24 Sep 2012 09:47:02 +0000 (10:47 +0100)
commit24d634e8f3b43fe2eb7c7d66567de7aba8edc308
treef37a096d512b09237892a829b5f4e81e72516c09
parent3b1d0b9d0b6f4b76293c8f30cc95aa946bd34150
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
This page took 0.023955 seconds and 5 git commands to generate.