> if (PageReadahead(page)) { > + err = filemap_readahead(iocb, filp, mapping, page, > + last_index); > + if (err) { > pvec->nr--; > goto err; > } Not really new in this patch, but don't we need to drop the page refcount here?
> if (PageReadahead(page)) { > + err = filemap_readahead(iocb, filp, mapping, page, > + last_index); > + if (err) { > pvec->nr--; > goto err; > } Not really new in this patch, but don't we need to drop the page refcount here?