mem: silence annoying stacktraces via __GFP_NOWARN

This commit is contained in:
Thomas Schoebel-Theuer 2022-10-15 07:06:31 +02:00
parent c2226180dd
commit 82a8c778de
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
~__GFP_RECLAIM & \
~0x0u) | \
__GFP_NORETRY | \
__GFP_NOWARN | \
0x0u)
#else
#define GFP_BRICK GFP_NOIO /* otherwise people may get alarmed by massses of stacktraces */