mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-10 20:36:21 +03:00
spl: remove a _KERNEL check
This code is only compiled for the Linux kernel module, so that define is always set. Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18117
This commit is contained in:
parent
02a631139f
commit
f2b4ed3fe5
@ -27,8 +27,6 @@
|
||||
|
||||
#include <sys/taskq.h>
|
||||
|
||||
#ifdef _KERNEL
|
||||
#define CREATE_TRACE_POINTS
|
||||
#include <sys/trace.h>
|
||||
#include <sys/trace_taskq.h>
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user