aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/stackglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/stackglue.c')
-rw-r--r--fs/ocfs2/stackglue.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ocfs2/stackglue.c b/fs/ocfs2/stackglue.c
index abdb9f6f4cc9..bd805411a856 100644
--- a/fs/ocfs2/stackglue.c
+++ b/fs/ocfs2/stackglue.c
@@ -252,6 +252,11 @@ void *ocfs2_dlm_lvb(union ocfs2_dlm_lksb *lksb)
252 return (void *)(lksb->lksb_o2dlm.lvb); 252 return (void *)(lksb->lksb_o2dlm.lvb);
253} 253}
254 254
255void ocfs2_dlm_dump_lksb(union ocfs2_dlm_lksb *lksb)
256{
257 dlm_print_one_lock(lksb->lksb_o2dlm.lockid);
258}
259
255/* 260/*
256 * Called from the dlm when it's about to evict a node. This is how the 261 * Called from the dlm when it's about to evict a node. This is how the
257 * classic stack signals node death. 262 * classic stack signals node death.