Message ID | 173888086229.2738568.17046030028284704437.stgit@frogsfrogsfrogs (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [01/17] libxfs: unmap xmbuf pages to avoid disaster | expand |
Looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/scrub/inodes.c b/scrub/inodes.c index a7ea24615e9255..4e4408f9ff2256 100644 --- a/scrub/inodes.c +++ b/scrub/inodes.c @@ -66,7 +66,6 @@ bulkstat_for_inumbers( /* First we try regular bulkstat, for speed. */ breq->hdr.ino = inumbers->xi_startino; - breq->hdr.icount = inumbers->xi_alloccount; error = -xfrog_bulkstat(&ctx->mnt, breq); if (error) { char errbuf[DESCR_BUFSZ];