boot/zfs: Sync the definition of dsl_dataset_phys with OpenZFS

No functional change intended.

MFC after:	1 week

(cherry picked from commit 2468e20df43fdc8e5042e45a42235cf00e65e4b1)
This commit is contained in:
Mark Johnston 2024-05-04 12:12:21 -04:00
parent 3f6fc84ad9
commit 0db67d7b5d

View file

@ -1465,7 +1465,10 @@ typedef struct dsl_dataset_phys {
uint64_t ds_guid;
uint64_t ds_flags;
blkptr_t ds_bp;
uint64_t ds_pad[8]; /* pad out to 320 bytes for good measure */
uint64_t ds_next_clones_obj; /* DMU_OT_DSL_CLONES */
uint64_t ds_props_obj; /* DMU_OT_DSL_PROPS for snaps */
uint64_t ds_userrefs_obj; /* DMU_OT_USERREFS */
uint64_t ds_pad[5]; /* pad out to 320 bytes for good measure */
} dsl_dataset_phys_t;
typedef struct dsl_deadlist_phys {