diff options
author | Matthew Macy <[email protected]> | 2019-11-27 11:11:03 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-11-27 11:11:03 -0800 |
commit | d6f67df63c58a5460b5b78f653dd09ad3f7f610e (patch) | |
tree | 84f736970f4c0e675c4609aa2c99ff60808a62d4 /include/sys/zfs_project.h | |
parent | c940bf0c37dd4b644618e13631c74b67f68d7002 (diff) |
Minor diff reduction with ZoF in include/sys
- move linux/ includes to platform headers
- add void * io_bio to zio for tracking the underlying bio
- add freebsd specific fields to abd_scatter
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Kjeld Schouten <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Closes #9615
Diffstat (limited to 'include/sys/zfs_project.h')
-rw-r--r-- | include/sys/zfs_project.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/zfs_project.h b/include/sys/zfs_project.h index 52d5204a6..81a238905 100644 --- a/include/sys/zfs_project.h +++ b/include/sys/zfs_project.h @@ -32,7 +32,7 @@ #endif #endif -#include <linux/fs.h> +#include <sys/vfs.h> #ifdef FS_PROJINHERIT_FL #define ZFS_PROJINHERIT_FL FS_PROJINHERIT_FL |