From 3dd27b577e8c77ffdf48dd7cd53e09c0569bcd56 Mon Sep 17 00:00:00 2001 From: tabriz Date: Fri, 2 Dec 2005 10:37:27 -0800 Subject: 6357906 comment in vdev_impl.h incorrect --- usr/src/uts/common/fs/zfs/sys/vdev_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src') 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 */ -- cgit v1.2.3