Skip to content

Commit

Permalink
zhack: space_delta_cb: fix unused, remove argsused
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes openzfs#12835
  • Loading branch information
nabijaczleweli authored and nicman23 committed Aug 22, 2022
1 parent 7e89253 commit 13e806f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/zhack/zhack.c
Expand Up @@ -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?
*/
Expand Down

0 comments on commit 13e806f

Please sign in to comment.