mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
module: zfs: linux: 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:
@@ -84,6 +84,7 @@ zfs_dbgmsg_purge(int max_size)
|
||||
static int
|
||||
zfs_dbgmsg_clear(procfs_list_t *procfs_list)
|
||||
{
|
||||
(void) procfs_list;
|
||||
mutex_enter(&zfs_dbgmsgs.pl_lock);
|
||||
zfs_dbgmsg_purge(0);
|
||||
mutex_exit(&zfs_dbgmsgs.pl_lock);
|
||||
|
||||
Reference in New Issue
Block a user