mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Fix comments on zfs_bookmark_phys
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Matt Ahrens <mahrens@delphix.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #8945
This commit is contained in:
		
							parent
							
								
									1fd28bd8d4
								
							
						
					
					
						commit
						7a5f4656ce
					
				| @ -37,9 +37,11 @@ typedef struct zfs_bookmark_phys { | |||||||
| 	uint64_t zbm_creation_txg;	/* birth transaction group */ | 	uint64_t zbm_creation_txg;	/* birth transaction group */ | ||||||
| 	uint64_t zbm_creation_time;	/* bookmark creation time */ | 	uint64_t zbm_creation_time;	/* bookmark creation time */ | ||||||
| 
 | 
 | ||||||
| 	/* the following fields are reserved for redacted send / recv */ | 	/* fields used for redacted send / recv */ | ||||||
| 	uint64_t zbm_redaction_obj;	/* redaction list object */ | 	uint64_t zbm_redaction_obj;	/* redaction list object */ | ||||||
| 	uint64_t zbm_flags;		/* ZBM_FLAG_* */ | 	uint64_t zbm_flags;		/* ZBM_FLAG_* */ | ||||||
|  | 
 | ||||||
|  | 	/* fields used for bookmark written size */ | ||||||
| 	uint64_t zbm_referenced_bytes_refd; | 	uint64_t zbm_referenced_bytes_refd; | ||||||
| 	uint64_t zbm_compressed_bytes_refd; | 	uint64_t zbm_compressed_bytes_refd; | ||||||
| 	uint64_t zbm_uncompressed_bytes_refd; | 	uint64_t zbm_uncompressed_bytes_refd; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Paul Dagnelie
						Paul Dagnelie