Whamcloud - gitweb
LU-5577 obd: change type of lmv_tgt_desc->ltd_idx to __u32
[fs/lustre-release.git] / lustre / lmv / lproc_lmv.c
index 5a7271a..de2a6f3 100644 (file)
@@ -175,7 +175,7 @@ static int lmv_tgt_seq_show(struct seq_file *p, void *v)
 
        if (tgt == NULL)
                return 0;
-       return seq_printf(p, "%d: %s %sACTIVE\n", tgt->ltd_idx,
+       return seq_printf(p, "%u: %s %sACTIVE\n", tgt->ltd_idx,
                          tgt->ltd_uuid.uuid, tgt->ltd_active ? "" : "IN");
 }