X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fdmu.c;h=732742f337960a3104e1428b3ebee012cfd80484;hb=d4ed667343c3dac114642b9f6cb4f7baa3ff7334;hp=f2b3f2ba7f27d6d03cdb29d89075959aeeff489c;hpb=1fde1e37208c2f56c72c70a06676676f04b65998;p=zfs.git diff --git a/module/zfs/dmu.c b/module/zfs/dmu.c index f2b3f2b..732742f 100644 --- a/module/zfs/dmu.c +++ b/module/zfs/dmu.c @@ -355,7 +355,7 @@ dmu_buf_hold_array_by_dnode(dnode_t *dn, uint64_t offset, uint64_t length, uint32_t dbuf_flags; int err; zio_t *zio; - hrtime_t start; + hrtime_t start = 0; ASSERT(length <= DMU_MAX_ACCESS);