ext4: Use scoped memory API in mext_page_double_lock()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 22 Feb 2022 15:15:07 +0000 (10:15 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 8 May 2022 18:28:19 +0000 (14:28 -0400)
commit8f50c8b7ffc727643693f33657a857aeeefbd80b
tree398be1ecbd78238c4ca70c706b593496a4cbe025
parent7333ed3587700680cfcd83a72dabc37ec40f08bf
ext4: Use scoped memory API in mext_page_double_lock()

Replace use of AOP_FLAG_NOFS with calls to memalloc_nofs_save()
and memalloc_nofs_restore().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/move_extent.c