]> www.infradead.org Git - users/hch/block.git/commit
mm: move putting the page on error out of filemap_make_page_uptodate generic_file_buffered_read
authorChristoph Hellwig <hch@lst.de>
Fri, 30 Oct 2020 16:51:09 +0000 (17:51 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 30 Oct 2020 16:54:37 +0000 (17:54 +0100)
commitea3a598ae53985db7981636484dce1cdacb49135
tree856b0b6a134d07e96b755304b09eccccc54aea0c
parentc58de5c0e8890d1100fee0c6b0b6b065e3764c0c
mm: move putting the page on error out of filemap_make_page_uptodate

Move the put_page on error from filemap_make_page_uptodate into the
callers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
mm/filemap.c