]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb207f2d687ca90c86306454bd1bcce58f2c86b05
tree34051b5b7b408ab85e224b84bc1af0fee807e5ca
parentd12bb906537e91fa883a1bda48cde0255168951c
ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()

Since commit 4815746c0783, 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