HomeFreeBSD

Include sys/taskq.h in linux/vfs_compat.h

Description

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 #2411

Details

Provenance
Richard Yao <ryao@gentoo.org>Authored on Jun 20 2014, 5:23 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Aug 14 2014, 7:38 PM
Parents
rGdc55d791011b: Correct autodetection of bootfs property
Branches
Loading...
Tags
Loading...

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG194e56234a58: Include sys/taskq.h in linux/vfs_compat.h (authored by Richard Yao <ryao@gentoo.org>).Aug 14 2014, 7:38 PM