[PATCH 07/12] erofs: Convert uncompressed files from readpages to readahead

Matthew Wilcox willy at infradead.org
Thu Jan 30 19:10:51 AEDT 2020


On Wed, Jan 29, 2020 at 11:57:41AM +1100, Dave Chinner wrote:
> > +			bio = NULL;
> > +			put_page(page);
> >  		}
> >  
> > -		/* pages could still be locked */
> >  		put_page(page);
> 
> A double put_page() on error?

Yup, already fixed when Gao Xiang pointed it out ;-)


More information about the Linux-erofs mailing list