Skip to content

Commit

Permalink
module: zcommon: zprop: fix unused, remove argsused
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes openzfs#12844
  • Loading branch information
nabijaczleweli authored and nicman23 committed Aug 22, 2022
1 parent 48af3e3 commit df51fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/zcommon/zprop_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down

0 comments on commit df51fdc

Please sign in to comment.