]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ext4: tidy the BH loop in mext_page_mkuptodate()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 18 Jul 2024 22:30:02 +0000 (23:30 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 Aug 2024 01:47:04 +0000 (21:47 -0400)
commit3e3a693551c3e9b45575e94ca2d1d670a47b3fcc
tree4b9b48d9bf4a730f60fd81954fc961e5fb9a9149
parenta40759fb16ae839f8c769174fde017564ea564ff
ext4: tidy the BH loop in mext_page_mkuptodate()

This for loop is somewhat hard to read; turn it into a normal BH
do-while loop.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://patch.msgid.link/20240718223005.568869-4-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/move_extent.c