[PATCH] ocfs2: use hlists for lockres hash
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 1 Mar 2006 01:31:22 +0000 (17:31 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 1 Mar 2006 20:18:16 +0000 (12:18 -0800)
commit81f2094a631df1ba275f4d4bd7ea5bacfd8dbcfc
tree20efc0b486ec9cb260d22dd09f02de13c0e71eb1
parentb7668c72d2ae004363fb0588600bfa942e1b245c
[PATCH] ocfs2: use hlists for lockres hash

Switch from list_head to hlist_head. Make the size of the hash dependent
upon the allocated area, rather than a constant.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/dlmcommon.h
fs/ocfs2/dlm/dlmdebug.c
fs/ocfs2/dlm/dlmdomain.c
fs/ocfs2/dlm/dlmmaster.c
fs/ocfs2/dlm/dlmrecovery.c