]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit20da18a37b29e42399464b1df4f8e617adb8b7b4
tree20efc0b486ec9cb260d22dd09f02de13c0e71eb1
parentf55f40d49e38ecaead7fe2b4cdedc07ae9828ee8
[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