summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/sys/vdev_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/fs/zfs/sys/vdev_impl.h')
-rw-r--r--usr/src/uts/common/fs/zfs/sys/vdev_impl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/fs/zfs/sys/vdev_impl.h b/usr/src/uts/common/fs/zfs/sys/vdev_impl.h
index b7f4219117..ff14aa80c8 100644
--- a/usr/src/uts/common/fs/zfs/sys/vdev_impl.h
+++ b/usr/src/uts/common/fs/zfs/sys/vdev_impl.h
@@ -52,7 +52,6 @@ extern "C" {
typedef struct vdev_queue vdev_queue_t;
typedef struct vdev_cache vdev_cache_t;
typedef struct vdev_cache_entry vdev_cache_entry_t;
-struct abd;
extern int zfs_vdev_queue_depth_pct;
extern uint32_t zfs_vdev_async_write_max_active;
@@ -87,7 +86,7 @@ typedef struct vdev_ops {
* Virtual device properties
*/
struct vdev_cache_entry {
- struct abd *ve_abd;
+ char *ve_data;
uint64_t ve_offset;
uint64_t ve_lastused;
avl_node_t ve_offset_node;