On Sat, Jun 18, 2022 at 06:35:10AM +0100, Al Viro wrote: > + > + if (page) if (!page) that is... > + break; > + p = kmap_local_page(page); > memset(p + off, 0, chunk); > kunmap_local(p); > - i->head = i_head; > - i->iov_offset = off + chunk; > n -= chunk; > - off = 0; > - i_head++; > - } while (n); > - i->count -= bytes; > + } > return bytes; > } > > -- > 2.30.2 >