X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fzio.c;h=8cf0408501a0b28dbd57d78655530adcbee80ff0;hb=31455ab13056da037410353f10c484dfca3d3ebc;hp=2e1170920da3b7e56ad1a2c11daa756047d72390;hpb=29dee3ee9ac68d8a75c0d518b1342f447cd2ddc0;p=zfs.git diff --git a/module/zfs/zio.c b/module/zfs/zio.c index 2e11709..8cf0408 100644 --- a/module/zfs/zio.c +++ b/module/zfs/zio.c @@ -2051,7 +2051,7 @@ zio_ddt_collision(zio_t *zio, ddt_t *ddt, ddt_entry_t *dde) ddt_exit(ddt); - error = arc_read_nolock(NULL, spa, &blk, + error = arc_read(NULL, spa, &blk, arc_getbuf_func, &abuf, ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE, &aflags, &zio->io_bookmark);