]> git.proxmox.com Git - mirror_zfs.git/commitdiff
module: zcommon: zprop: fix unused, remove argsused
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Sun, 12 Dec 2021 15:02:06 +0000 (16:02 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 23 Dec 2021 17:42:47 +0000 (09:42 -0800)
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12844

module/zcommon/zprop_common.c

index 428af57419cdd27c1d428a27794d8d8f6451a605..c32039c1b61dedade0598ec5ee9a8745c4fb79c8 100644 (file)
@@ -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 ?