]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: allocate lockres hash pages in an array
authorDaniel Phillips <phillips@google.com>
Sat, 11 Mar 2006 02:08:16 +0000 (18:08 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 26 Jun 2006 21:42:42 +0000 (14:42 -0700)
commit3348a9f470c5947fcb8789456d5af7b68f17e012
tree2678c34a75654693ee875d20194830429886ec58
parent42d65a1ba10dccde796aaaeef78a5426701e7476
ocfs2: allocate lockres hash pages in an array

This allows us to have a hash table greater than a single page which greatly
improves dlm performance on some tests.

Signed-off-by: Daniel Phillips <phillips@google.com>
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/dlmrecovery.c