mirror of
https://github.com/versity/scoutfs.git
synced 2026-05-01 10:25:43 +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>