metaslab.c already registers this tunable via ZFS_MODULE_PARAM, so the SYSCTL_UINT here is a second registration of the same leaf:
sysctl_register_oid: can't re-use a leaf (vfs.zfs.metaslab.condense_pct)
Remove it, as OpenZFS upstream did.
Signed-off-by: Christos Longros <chris.longros@gmail.com>