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/dmu.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/dmu.h')
-rw-r--r-- | include/sys/dmu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/dmu.h b/include/sys/dmu.h index 24cbb2f7a..e497d21c9 100644 --- a/include/sys/dmu.h +++ b/include/sys/dmu.h @@ -847,7 +847,6 @@ void dmu_write_by_dnode(dnode_t *dn, uint64_t offset, uint64_t size, void dmu_prealloc(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, dmu_tx_t *tx); #ifdef _KERNEL -#include <linux/blkdev_compat.h> int dmu_read_uio(objset_t *os, uint64_t object, struct uio *uio, uint64_t size); int dmu_read_uio_dbuf(dmu_buf_t *zdb, struct uio *uio, uint64_t size); int dmu_read_uio_dnode(dnode_t *dn, struct uio *uio, uint64_t size); |