[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)
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>

No differences found