Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include sys/taskq.h in linux/vfs_compat.h
We should have included sys/taskq.h directly because we use the taskq code here, but we instead had files that included sys/taskq.h also include sys/kmem.h, which happened to include sys/taskq.h. sys/kmem.h no longer does this, so we must define the include as we should have done in the first place. Signed-off-by: Richard Yao <ryao@gentoo.org> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#2411
- Loading branch information