asomers commented on this pull request.


>  get_metaslab_refcount(vdev_t *vd)
 {
        int refcount = 0;
 
        if (vd->vdev_top == vd && !vd->vdev_removing) {
-               for (int m = 0; m < vd->vdev_ms_count; m++) {
+               for (unsigned int m = 0; m < vd->vdev_ms_count; m++) {

fair enough.  I'll change it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/354#discussion_r130654857
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T95949071eb220b14-M7b88f27673281f15a9145d0a
Powered by Topicbox: https://topicbox.com

Reply via email to