mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Remaining {=> const} char|void *tag
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13348
This commit is contained in:
@@ -549,7 +549,7 @@ space_map_write_intro_debug(space_map_t *sm, maptype_t maptype, dmu_tx_t *tx)
|
||||
static void
|
||||
space_map_write_seg(space_map_t *sm, uint64_t rstart, uint64_t rend,
|
||||
maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp,
|
||||
void *tag, dmu_tx_t *tx)
|
||||
const void *tag, dmu_tx_t *tx)
|
||||
{
|
||||
ASSERT3U(words, !=, 0);
|
||||
ASSERT3U(words, <=, 2);
|
||||
|
||||
Reference in New Issue
Block a user