ikozhukhov commented on this pull request.


> @@ -6653,6 +6566,9 @@ spa_sync(spa_t *spa, uint64_t txg)
                ddt_sync(spa, txg);
                dsl_scan_sync(dp, tx);
 
+               if (spa->spa_vdev_removal != NULL)
+                       svr_sync(spa, tx);
+
                while (vd = txg_list_remove(&spa->spa_vdev_txg_list, txg))

please update it to avoid parentnes gcc warning to:
while ((vd = txg_list_remove(&spa->spa_vdev_txg_list, txg)) != NULL)

-- 
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/482#pullrequestreview-83975196
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/Teafc5ffabd7f916f-Md34d09a30fcf8237df8ef5f0
Powered by Topicbox: https://topicbox.com

Reply via email to