Re: [PATCH v3 07/11] lib/ref_tracker: remove warnings in case of allocation failure

2022-02-22 Thread Andrzej Hajda
On 22.02.2022 00:54, Eric Dumazet wrote: On Mon, Feb 21, 2022 at 3:26 PM Andrzej Hajda wrote: Library can handle allocation failures. To avoid allocation warnings __GFP_NOWARN has been added everywhere. Moreover GFP_ATOMIC has been replaced with GFP_NOWAIT in case of stack allocation on trac

[PATCH v3 07/11] lib/ref_tracker: remove warnings in case of allocation failure

2022-02-21 Thread Andrzej Hajda
Library can handle allocation failures. To avoid allocation warnings __GFP_NOWARN has been added everywhere. Moreover GFP_ATOMIC has been replaced with GFP_NOWAIT in case of stack allocation on tracker free call. Signed-off-by: Andrzej Hajda --- lib/ref_tracker.c | 5 +++-- 1 file changed, 3 ins