mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-05-23 15:04:59 +03:00
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:
parent
876b60dcfb
commit
63b6c3e1d1
@ -107,11 +107,12 @@ fatal(spa_t *spa, void *tag, const char *fmt, ...)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ARGSUSED */
|
|
||||||
static int
|
static int
|
||||||
space_delta_cb(dmu_object_type_t bonustype, const void *data,
|
space_delta_cb(dmu_object_type_t bonustype, const void *data,
|
||||||
zfs_file_info_t *zoi)
|
zfs_file_info_t *zoi)
|
||||||
{
|
{
|
||||||
|
(void) data, (void) zoi;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Is it a valid type of object to track?
|
* Is it a valid type of object to track?
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user