commit | 8f50c8b7ffc727643693f33657a857aeeefbd80b | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Feb 22 10:15:07 2022 -0500 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Sun May 08 14:28:19 2022 -0400 |
tree | 398be1ecbd78238c4ca70c706b593496a4cbe025 | |
parent | 7333ed3587700680cfcd83a72dabc37ec40f08bf [diff] |
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>