> @@ -2330,6 +2331,9 @@ us_compare(const void *larg, const void *rarg, void
> *unused)
> if (rv64 != lv64)
> rc = (rv64 < lv64) ? 1 : -1;
> break;
> +
> + default:
> + break;
If it's some other prop, we ignore the request to sort by it? Or is it
impossible to request other properties, in which case we should assert?
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/56/files#r49883083
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer