ikozhukhov commented on this pull request.


> @@ -350,6 +350,9 @@ typedef struct dmu_buf {
  */
 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot,
     int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx);
+uint64_t dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int 
blocksize,

i prefer to use prototypes without variables names - only type.
it allow to change variables names in real function without additional update 
in prototype.

-- 
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/609#pullrequestreview-110268913
------------------------------------------
openzfs: openzfs-developer
Permalink: 
https://openzfs.topicbox.com/groups/developer/discussions/T46a6e7613c9c615e-M939551ec8bb3ad26b41a48e8
Delivery options: https://openzfs.topicbox.com/groups

Reply via email to