commit | cf0acdcd640e9466059e69951c557e90b4bee45a | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Tue Jan 29 16:59:55 2008 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Fri Apr 18 08:56:04 2008 -0700 |
tree | c54bccbed204770005265176500ae0549d4ca31a | |
parent | 1693a5c0117f8ccd010a666f97aaf0f14fb0a0e4 [diff] |
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 <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>