]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/arc.c
Restrict kstats and print real pointers
[mirror_zfs.git] / module / zfs / arc.c
index 50d0125df810033df137e69e7531706487909752..c724878948d513ed0cecc246166d3466af8014ab 100644 (file)
@@ -2266,7 +2266,7 @@ arc_buf_fill(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb,
                         */
                        if (error != 0) {
                                zfs_dbgmsg(
-                                   "hdr %p, compress %d, psize %d, lsize %d",
+                                   "hdr %px, compress %d, psize %d, lsize %d",
                                    hdr, arc_hdr_get_compress(hdr),
                                    HDR_GET_PSIZE(hdr), HDR_GET_LSIZE(hdr));
                                if (hash_lock != NULL)