ahrens commented on this pull request.


> @@ -1322,7 +1322,7 @@ zfs_do_destroy(int argc, char **argv)
                        char buf[16];
                        zfs_nicenum(cb.cb_snapused, buf, sizeof (buf));
                        if (cb.cb_parsable) {
-                               (void) printf("reclaim\t%llu\n",
+                               (void) printf("reclaim\t%"PRIu64"\n",
                                    cb.cb_snapused);

The typical way of addressing this in ZFS has been to cast the argument to 
`long long`.  Personally, I find that more readable than `"PRIu64"`.

-- 
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/472#pullrequestreview-65070579
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T5657d8408facc233-Mcff16a7ddaedce8731b661b0
Powered by Topicbox: https://topicbox.com

Reply via email to