quota: Prevent memory allocation recursion while holding dq_lock
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 5 Jun 2022 14:38:13 +0000 (15:38 +0100)
committerJan Kara <jack@suse.cz>
Mon, 6 Jun 2022 08:08:10 +0000 (10:08 +0200)
commit537e11cdc7a6b3ce94fa25ed41306193df9677b7
treef52707439580c1c059f989ab9f1823b7637bd161
parent10e14073107dd0b6d97d9516a02845a8e501c2c9
quota: Prevent memory allocation recursion while holding dq_lock

As described in commit 02117b8ae9c0 ("f2fs: Set GF_NOFS in
read_cache_page_gfp while doing f2fs_quota_read"), we must not enter
filesystem reclaim while holding the dq_lock.  Prevent this more generally
by using memalloc_nofs_save() while holding the lock.

Link: https://lore.kernel.org/r/20220605143815.2330891-2-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/dquot.c