ahrens 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++) {

I agree, I'm just saying that unsigned integers should either all be declared 
as `unsigned int`, or all declared as simply `unsigned`.

-- 
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_r130487884
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T95949071eb220b14-M5252dd3b2e80b5f32d47dc62
Powered by Topicbox: https://topicbox.com

Reply via email to