openzfs / spl

A shim layer which adds the core interfaces required for OpenZFS.
https://zfsonlinux.org/
GNU General Public License v2.0
281 stars 180 forks source link

Linux 4.15 compat: timer updates #671

Closed tonyhutter closed 6 years ago

tonyhutter commented 6 years ago

Use timer_setup() macro and new timeout function definition.

Closes: #670

tonyhutter commented 6 years ago

@behlendorf I simplified the code in my latest push, please take another look. It's also now passing splat testing on ubuntu17-w/4.15, F27, and Centos 6.8.

tonyhutter commented 6 years ago

@behlendorf my latest push now checks for from_timer() and timer_setup() and fixes the whitespace.