mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-12 21:41:07 +00:00
memalloc_nofs_save() was introduced as preferential to trying to use GFP flags to indicate that a task should not recurse during reclaim. We use it instead of the _noio_ we were using before. Signed-off-by: Zach Brown <zab@versity.com>