mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 19:28:53 +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:
@@ -28,9 +28,11 @@
|
||||
void
|
||||
zfs_racct_read(uint64_t size, uint64_t iops)
|
||||
{
|
||||
(void) size, (void) iops;
|
||||
}
|
||||
|
||||
void
|
||||
zfs_racct_write(uint64_t size, uint64_t iops)
|
||||
{
|
||||
(void) size, (void) iops;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user