]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita9f98fb14bb466138d225f4d79d3a885378d49c1
tree398be1ecbd78238c4ca70c706b593496a4cbe025
parentb207f2d687ca90c86306454bd1bcce58f2c86b05
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