Whamcloud - gitweb
LU-4423 libcfs: remove CFS_TIME_T definition 25/27025/2
authorArnd Bergmann <arnd@arndb.de>
Tue, 9 May 2017 22:11:03 +0000 (18:11 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 29 May 2017 18:01:00 +0000 (18:01 +0000)
commit123b3c6e5edc0934ecaa98962d6bb633d1410cea
treee50aa6c47a14c425f9349937d38eee263d2b5000
parent095551c2cdc358269f05cdcbfe45f5ca3f0b8aec
LU-4423 libcfs: remove CFS_TIME_T definition

The CFS_TIME_T macro serves no real purpose as we stopped using time_t
and changed over to time64_t, so we can remove the last remaining uses
of this.

Two uses of this macro are incorrect and refer to jiffies values
rather than time_t, and one refers to an inode timespec that gets
changed separately.

Linux-commit: 93d3a405a168fba4450bdda793149e3cd4174736

Change-Id: I548ec8fffc9c46b8b2025b094f1e5d9cd469e3b7
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/27025
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
libcfs/include/libcfs/linux/linux-time.h
lnet/lnet/net_fault.c
lustre/mdc/mdc_reint.c
lustre/obdclass/genops.c
lustre/ptlrpc/pinger.c
lustre/ptlrpc/sec_bulk.c
lustre/ptlrpc/service.c