]> git.proxmox.com Git - mirror_spl-debian.git/commit
Simplify the time compatibility wrappers
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 30 Sep 2014 22:48:25 +0000 (18:48 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Oct 2014 22:11:50 +0000 (15:11 -0700)
commit82f2f1a3af28d8ceadab53aeba3e94ab02138f85
treed31d2af48dfff594f892f7ee6da17e0824acb3c2
parent87f8055a91940e6408420091e1a1601113f7912e
Simplify the time compatibility wrappers

Many of the time functions had grown overly complex in order to
handle kernel compatibility issues.  However, as of Linux 2.6.26
all the required functionality is available.  This allows us to
retire numerous configure checks and greatly simplify the time
compatibility wrappers.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
config/spl-build.m4
include/linux/Makefile.am
include/linux/time_compat.h [deleted file]
include/sys/time.h
include/sys/types.h
module/spl/Makefile.in
module/spl/spl-time.c [deleted file]