X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Farc.c;h=32d99bf392d51991540f56e58526cc43a7d1a310;hb=e06be586410cdad14d2dce76af4f2d43eebe7c83;hp=f8dfee2cc1d574234c5e2e989b44e8df52bb0661;hpb=c28b227942b421ebdc03c9df9a012642fb517223;p=zfs.git diff --git a/module/zfs/arc.c b/module/zfs/arc.c index f8dfee2..32d99bf 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -2777,7 +2777,7 @@ top: uint64_t size = BP_GET_LSIZE(bp); arc_callback_t *acb; vdev_t *vd = NULL; - daddr_t addr = -1; + uint64_t addr = -1; boolean_t devw = B_FALSE; if (hdr == NULL) {