From: Joel Becker Date: Fri, 17 Mar 2006 01:40:37 +0000 (-0800) Subject: [PATCH] ocfs2: Alloc at least a page for the DLM hash X-Git-Tag: v2.6.18-rc1~594^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f33b6e86af74ee7b800f57cac7b3c8559318fe;p=pandora-kernel.git [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 Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed