Whamcloud - gitweb
LU-4423 ptlrpc: use 64-bit time for debugfs import state output
[fs/lustre-release.git] / lustre / ptlrpc / events.c
index f239908..43c7d9e 100644 (file)
@@ -161,7 +161,7 @@ void reply_in_callback(struct lnet_event *ev)
                           ev->mlength, ev->offset, req->rq_replen);
         }
 
-        req->rq_import->imp_last_reply_time = cfs_time_current_sec();
+       req->rq_import->imp_last_reply_time = ktime_get_real_seconds();
 
 out_wake:
         /* NB don't unlock till after wakeup; req can disappear under us