From: Joel Becker Date: Wed, 30 Jan 2008 00:59:55 +0000 (-0800) Subject: ocfs2: Abstract out a debugging function for underlying dlms. X-Git-Tag: v2.6.26-rc1~1143^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf0acdcd640e9466059e69951c557e90b4bee45a;p=pandora-kernel.git ocfs2: Abstract out a debugging function for underlying dlms. dlmglue.c was still referencing a raw o2dlm lksb in one instance. Let's create a generic ocfs2_dlm_dump_lksb() function. This allows underlying DLMs to print whatever they want about their lock. We then move the o2dlm dump into stackglue.c where it belongs. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed