ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 22 Feb 2022 15:10:51 +0000 (10:10 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 8 May 2022 18:28:19 +0000 (14:28 -0400)
commit7333ed3587700680cfcd83a72dabc37ec40f08bf
tree34051b5b7b408ab85e224b84bc1af0fee807e5ca
parentdf8081801dc8e6292390fe33198174b6a60d4356
ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()

Since commit 8bc1379b82b8, the transaction is stopped before calling
ext4_da_convert_inline_data_to_extent(), which means we can do GFP_FS
allocations and recurse into the filesystem.

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