diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/fs/zfs/sys/vdev_impl.h | 2 |
1 files changed, 1 insertions, 1 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 4ae3467619..432ebdf83f 100644 --- a/usr/src/uts/common/fs/zfs/sys/vdev_impl.h +++ b/usr/src/uts/common/fs/zfs/sys/vdev_impl.h @@ -211,7 +211,7 @@ typedef struct vdev_phys { typedef struct vdev_label { char vl_pad[VDEV_SKIP_SIZE]; /* 8K */ vdev_boot_header_t vl_boot_header; /* 8K */ - vdev_phys_t vl_vdev_phys; /* 120K */ + vdev_phys_t vl_vdev_phys; /* 112K */ uberblock_phys_t vl_uberblock[VDEV_UBERBLOCKS]; /* 128K */ } vdev_label_t; /* 256K total */ |