Whamcloud - gitweb
LU-12931 general: fix some cfs_time_seconds() inconsistencies. 68/36668/2
authorMr NeilBrown <neilb@suse.de>
Mon, 4 Nov 2019 01:58:18 +0000 (12:58 +1100)
committerOleg Drokin <green@whamcloud.com>
Fri, 6 Dec 2019 00:57:28 +0000 (00:57 +0000)
commit451a2634a967a4784340ba1c47182e0bdb4d56e1
tree4a23b175c061be30cc4f26c814a07fd98606c442
parent707f5a982e895c9a484dcdb8d1644e3f63c7c5cc
LU-12931 general: fix some cfs_time_seconds() inconsistencies.

mgc_process_log:
  the value stored in 'secs' has units of 'jiffes' which is
  confusing.  So change the name to 'timeout'.
ptl_recover_import:
  the value stored in 'secs' has units of 'jffied' which is
  confusing.  It is reported in a CDEBUG message as 'seconds'.
  So rename to 'timeout' and report 'obd_timeout', which is in
  seconds.

Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I1c92c3ed45dc8a7ce9b82eb823e2db8779c881fa
Reviewed-on: https://review.whamcloud.com/36668
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Petros Koutoupis <pkoutoupis@cray.com>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mgc/mgc_request.c
lustre/ptlrpc/recover.c