zfs_valstr: update zio_flag strings for ZIO_FLAG_PREALLOCATED

Missed in 246e5883bb.

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #17306
This commit is contained in:
Rob Norris 2025-05-07 01:35:30 +10:00 committed by GitHub
parent 246e5883bb
commit c5a6b4417d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,6 +222,7 @@ _VALSTR_BITFIELD_IMPL(zio_flag,
{ '.', "EX", "REEXECUTED" },
{ '.', "DG", "DELEGATED" },
{ '.', "DC", "DIO_CHKSUM_ERR" },
{ '.', "PA", "PREALLOCATED" },
)
/*