Whamcloud - gitweb
LU-6245 libcfs: remove cfs_fs_time handling 57/22857/4
authorJames Simmons <uja.ornl@yahoo.com>
Tue, 4 Oct 2016 00:52:28 +0000 (20:52 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 8 Oct 2016 16:39:02 +0000 (16:39 +0000)
commitc6ed413f09efa7776ea78c7010cb2e71f8c966b3
tree78146cf0df07962eff805e735ef1c1b0733cd962
parent4f4622c417429053bad7943da02b1965ae178a37
LU-6245 libcfs: remove cfs_fs_time handling

Only the mdd layer uses cfs_fs_time handling. We can
easily convert it to the standard linux kernel time
keeping api in the latest kernels. Besides this change
the handling of time in 64 bits to avoid the 2038
limit is introduced.

Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Change-Id: I0bac2020d078c2d91347f5a3a68e99d25ba97575
Reviewed-on: http://review.whamcloud.com/22857
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Frank Zago <fzago@cray.com>
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/autoconf/lustre-libcfs.m4
libcfs/include/libcfs/libcfs_time.h
libcfs/include/libcfs/linux/linux-time.h
libcfs/libcfs/linux/linux-prim.c
lnet/selftest/ping_test.c
lnet/selftest/rpc.h
lustre/mdd/mdd_internal.h