mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +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:
@@ -162,7 +162,7 @@ zio_match_handler(const zbookmark_phys_t *zb, uint64_t type, int dva,
|
||||
* specified by tag.
|
||||
*/
|
||||
void
|
||||
zio_handle_panic_injection(spa_t *spa, char *tag, uint64_t type)
|
||||
zio_handle_panic_injection(spa_t *spa, const char *tag, uint64_t type)
|
||||
{
|
||||
inject_handler_t *handler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user