diff options
author | Brian Behlendorf <[email protected]> | 2016-08-09 11:53:48 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-08-11 11:19:34 -0700 |
commit | e5fe9ddeec55e3f7f8348330b3d414244f2d0670 (patch) | |
tree | b40928c41a211341dbb9f18c2f25615893a22d4d /include/sys/vdev_disk.h | |
parent | cf41432c70c2df282f0f4ed7647154f3f4972d34 (diff) |
Remove custom root pool import code
Non-Linux OpenZFS implementations require additional support to be
used a root pool. This code should simply be removed to avoid
confusion and improve readability.
Signed-off-by: Brian Behlendorf <[email protected]>
Signed-off-by: Chunwei Chen <[email protected]>
Closes #4951
Diffstat (limited to 'include/sys/vdev_disk.h')
-rw-r--r-- | include/sys/vdev_disk.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sys/vdev_disk.h b/include/sys/vdev_disk.h index c6d5f92b2..15570b105 100644 --- a/include/sys/vdev_disk.h +++ b/include/sys/vdev_disk.h @@ -37,11 +37,5 @@ typedef struct vdev_disk { struct block_device *vd_bdev; } vdev_disk_t; -#ifndef __linux__ -extern int vdev_disk_physio(struct block_device *, caddr_t, - size_t, uint64_t, int); -extern int vdev_disk_read_rootlabel(char *, char *, nvlist_t **); -#endif - #endif /* _KERNEL */ #endif /* _SYS_VDEV_DISK_H */ |