Merge branch 'master'
[powerpc.git] / fs / dlm / debug_fs.c
index 5080bbf..49deca8 100644 (file)
@@ -59,20 +59,6 @@ static void print_lock(struct seq_file *s, struct dlm_lkb *lkb,
            || lkb->lkb_status == DLM_LKSTS_WAITING)
                seq_printf(s, " (%s)", print_lockmode(lkb->lkb_rqmode));
 
-       if (lkb->lkb_range) {
-               /* FIXME: this warns on Alpha */
-               if (lkb->lkb_status == DLM_LKSTS_CONVERT
-                   || lkb->lkb_status == DLM_LKSTS_GRANTED)
-                       seq_printf(s, " %llx-%llx",
-                                  lkb->lkb_range[GR_RANGE_START],
-                                  lkb->lkb_range[GR_RANGE_END]);
-               if (lkb->lkb_status == DLM_LKSTS_CONVERT
-                   || lkb->lkb_status == DLM_LKSTS_WAITING)
-                       seq_printf(s, " (%llx-%llx)",
-                                  lkb->lkb_range[RQ_RANGE_START],
-                                  lkb->lkb_range[RQ_RANGE_END]);
-       }
-
        if (lkb->lkb_nodeid) {
                if (lkb->lkb_nodeid != res->res_nodeid)
                        seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid,