zhack: space_delta_cb: fix unused, remove argsused

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12835
This commit is contained in:
наб 2021-12-11 00:56:00 +01:00 committed by Brian Behlendorf
parent 876b60dcfb
commit 63b6c3e1d1
1 changed files with 2 additions and 1 deletions

View File

@ -107,11 +107,12 @@ fatal(spa_t *spa, void *tag, const char *fmt, ...)
exit(1);
}
/* ARGSUSED */
static int
space_delta_cb(dmu_object_type_t bonustype, const void *data,
zfs_file_info_t *zoi)
{
(void) data, (void) zoi;
/*
* Is it a valid type of object to track?
*/