mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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:
parent
3f6fc84ad9
commit
0db67d7b5d
1 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue