From dac85132c67dd18669b9c0f5d33651070f599289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 12 Dec 2021 16:02:06 +0100 Subject: [PATCH] module: zcommon: zprop: fix unused, remove argsused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia ZiemiaƄska Closes #12844 --- module/zcommon/zprop_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/module/zcommon/zprop_common.c b/module/zcommon/zprop_common.c index 428af57419..c32039c1b6 100644 --- a/module/zcommon/zprop_common.c +++ b/module/zcommon/zprop_common.c @@ -83,6 +83,7 @@ zfs_mod_supported_prop(const char *name, zfs_type_t type, * tree, but this has not been done yet. */ #if defined(_KERNEL) || defined(LIB_ZPOOL_BUILD) || defined(__FreeBSD__) + (void) name, (void) type, (void) sfeatures; return (B_TRUE); #else return (zfs_mod_supported(type == ZFS_TYPE_POOL ?