New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux 5.0: implicit declaration of function current_kernel_time64 #8258
Comments
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 9, 2019
Newer kernels remove current_kernel_time64(). Use ktime_get_coarse_real_ts64() in its place. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8258
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this issue
Jan 16, 2019
Newer kernels remove current_kernel_time64(). Use ktime_get_coarse_real_ts64() in its place. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8258
12 tasks
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
Newer kernels remove current_kernel_time64(). Use ktime_get_coarse_real_ts64() in its place. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8258
|
Looks related to https://lore.kernel.org/patchwork/patch/562186/ |
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 25, 2019
Newer kernels remove current_kernel_time64(). Use ktime_get_coarse_real_ts64() in its place. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8258
allanjude
pushed a commit
to allanjude/zfs
that referenced
this issue
Jun 29, 2019
Newer kernels remove current_kernel_time64(). Use ktime_get_coarse_real_ts64() in its place. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8258
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System information
Describe the problem you're observing
current_kernel_time64()was removed from recent kernels. Looks likektime_get_coarse_real_ts64()should be used instead.https://lkml.org/lkml/2018/7/11/202
https://lkml.org/lkml/2018/12/17/110
Describe how to reproduce the problem
Build master in rawhide
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: