filemap: Move 'filler' case to the end of do_read_cache_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 12 May 2022 21:12:21 +0000 (17:12 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:06 +0000 (08:51 -0400)
commit9bc3e869386bdf5a00ecf71d6592050997e69d53
tree737ef3f3616900c18cd45eec4babf5939fc84f06
parent0e8e08cca5e3256a6209f02b482bee96fb91ba1b
filemap: Move 'filler' case to the end of do_read_cache_folio()

No functionality change intended; this simply moves code around to
disentangle the function a little.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/filemap.c