]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66e16eabea1bd7c09d64c9f8c2e3a56cc0c83d8f
tree737ef3f3616900c18cd45eec4babf5939fc84f06
parent2d6b7b83b9cc5b811cc318f76e0a61d595fe1a49
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