From: Sunil Mushran Date: Mon, 10 Mar 2008 22:16:20 +0000 (-0700) Subject: ocfs2/dlm: Create slabcaches for lock and lockres X-Git-Tag: v2.6.26-rc1~1143^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724bdca9b8449d9ee5f779dc27ee3d906a04508c;p=pandora-kernel.git ocfs2/dlm: Create slabcaches for lock and lockres This patch makes the o2dlm allocate memory for lockres, lockname and lock structures from slabcaches rather than kmalloc. This allows us to not only make these allocs more efficient but also allows us to track the memory being consumed by these structures. Signed-off-by: Sunil Mushran Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed