Whamcloud - gitweb
Revert "LU-9019 osc: migrate to time64_t"
[fs/lustre-release.git] / lustre / osc / lproc_osc.c
index b999f53..40b2e5f 100644 (file)
@@ -508,7 +508,7 @@ static int osc_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;
 }