summaryrefslogtreecommitdiffstats
path: root/include/sys/zio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/zio.h')
-rw-r--r--include/sys/zio.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/sys/zio.h b/include/sys/zio.h
index bf441ff8d..23a4a6ea9 100644
--- a/include/sys/zio.h
+++ b/include/sys/zio.h
@@ -265,16 +265,6 @@ enum zio_wait_type {
ZIO_WAIT_TYPES
};
-/*
- * We'll take the unused errnos, 'EBADE' and 'EBADR' (from the Convergent
- * graveyard) to indicate checksum errors and fragmentation.
- */
-#define ECKSUM EBADE
-#define EFRAGS EBADR
-
-/* Similar for ENOACTIVE */
-#define ENOTACTIVE ENOANO
-
typedef void zio_done_func_t(zio_t *zio);
extern int zio_dva_throttle_enabled;