mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
module: zfs: fix unused, remove argsused
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12844
This commit is contained in:
@@ -249,11 +249,11 @@ zfs_get_deleteq(objset_t *os)
|
||||
* Third, if there is a deleted object, we need to create a redaction record for
|
||||
* all of the blocks in that object.
|
||||
*/
|
||||
/*ARGSUSED*/
|
||||
static int
|
||||
redact_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp,
|
||||
const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg)
|
||||
{
|
||||
(void) spa, (void) zilog;
|
||||
struct redact_thread_arg *rta = arg;
|
||||
struct redact_record *record;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user