dlm: convert rsb list to rb_tree
authorBob Peterson <rpeterso@redhat.com>
Wed, 26 Oct 2011 20:24:55 +0000 (15:24 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 18 Nov 2011 16:20:15 +0000 (10:20 -0600)
Change the linked lists to rb_tree's in the rsb
hash table to speed up searches.  Slow rsb searches
were having a large impact on gfs2 performance due
to the large number of dlm locks gfs2 uses.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>

No differences found