mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-28 11:03:11 +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>