Whamcloud - gitweb
Revert "LU-9019 osc: migrate to time64_t"
[fs/lustre-release.git] / lustre / mdc / lproc_mdc.c
index 3c9d67c..cf37467 100644 (file)
@@ -190,7 +190,7 @@ static int mdc_contention_seconds_seq_show(struct seq_file *m, void *v)
        struct obd_device *obd = m->private;
        struct osc_device *od  = obd2osc_dev(obd);
 
-       seq_printf(m, "%lld\n", od->od_contention_time);
+       seq_printf(m, "%u\n", od->od_contention_time);
        return 0;
 }