From: James Simmons Date: Fri, 12 Jan 2018 16:50:46 +0000 (-0500) Subject: LU-9019 lnet: move ping and delay injection to time64_t X-Git-Tag: 2.10.58~63 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;ds=inline;h=b11be372c21dcaa7a6e16f65cf4dd226ea39cadb;hp=b11be372c21dcaa7a6e16f65cf4dd226ea39cadb;p=fs%2Flustre-release.git LU-9019 lnet: move ping and delay injection to time64_t Migrate away from jiffies for the pinger to time_64_t to one make it clear its for time keeping and secondly to ensure the behavior is consistent across any platform. Besides the lnet pinger code move the lnet dely injection code to time64_t as well. Change-Id: If363523893fc1dcce4eaa866501946edd6558751 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/30658 Tested-by: Jenkins Reviewed-by: Dmitry Eremin Tested-by: Maloo Reviewed-by: Doug Oucharek Reviewed-by: Oleg Drokin ---