diff options
Diffstat (limited to 'fs/dlm/debug_fs.c')
-rw-r--r-- | fs/dlm/debug_fs.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/dlm/debug_fs.c b/fs/dlm/debug_fs.c index 5080bbffd586..49deca845dba 100644 --- a/fs/dlm/debug_fs.c +++ b/fs/dlm/debug_fs.c | |||
@@ -59,20 +59,6 @@ static void print_lock(struct seq_file *s, struct dlm_lkb *lkb, | |||
59 | || lkb->lkb_status == DLM_LKSTS_WAITING) | 59 | || lkb->lkb_status == DLM_LKSTS_WAITING) |
60 | seq_printf(s, " (%s)", print_lockmode(lkb->lkb_rqmode)); | 60 | seq_printf(s, " (%s)", print_lockmode(lkb->lkb_rqmode)); |
61 | 61 | ||
62 | if (lkb->lkb_range) { | ||
63 | /* FIXME: this warns on Alpha */ | ||
64 | if (lkb->lkb_status == DLM_LKSTS_CONVERT | ||
65 | || lkb->lkb_status == DLM_LKSTS_GRANTED) | ||
66 | seq_printf(s, " %llx-%llx", | ||
67 | lkb->lkb_range[GR_RANGE_START], | ||
68 | lkb->lkb_range[GR_RANGE_END]); | ||
69 | if (lkb->lkb_status == DLM_LKSTS_CONVERT | ||
70 | || lkb->lkb_status == DLM_LKSTS_WAITING) | ||
71 | seq_printf(s, " (%llx-%llx)", | ||
72 | lkb->lkb_range[RQ_RANGE_START], | ||
73 | lkb->lkb_range[RQ_RANGE_END]); | ||
74 | } | ||
75 | |||
76 | if (lkb->lkb_nodeid) { | 62 | if (lkb->lkb_nodeid) { |
77 | if (lkb->lkb_nodeid != res->res_nodeid) | 63 | if (lkb->lkb_nodeid != res->res_nodeid) |
78 | seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, | 64 | seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, |