commit | c8f33b6e86af74ee7b800f57cac7b3c8559318fe | [log] [tgz] |
---|---|---|
author | Joel Becker <Joel.Becker@oracle.com> | Thu Mar 16 17:40:37 2006 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Mon Jun 26 14:42:42 2006 -0700 |
tree | 8806647e8f7a6525539d0a7ecdbe8f375b8f91a3 | |
parent | 03d864c02c3ea803b1718940ac6953a257182d7a [diff] |
[PATCH] ocfs2: Alloc at least a page for the DLM hash The OCFS2 DLM allocates a number of pages for a hash to lookup locks. There was a bug where a PAGE_SIZE bigger than the hash size (eg, 64K pages) would result in zero pages allocated. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>