[Devel] [PATCH rh7] fs: add __GFP_NORETRY in alloc_fdmem

2016-10-21 Thread Anatoly Stepanov
This is a backport of upstream (vanilla) commit: commit 96c7a2ff21501691587e1ae969b83cbec8b78e08 Under certain conditions there might be a lot of alloc_fdmem() invocations with order <= PAGE_ALLOC_COSTLY_ORDER. For example: httpd which is doing a lot of fork() calls. Real-life examples from our

Re: [Devel] [PATCH rh7] fs: add __GFP_NORETRY in alloc_fdmem

2017-03-16 Thread Konstantin Khorenko
Andrey, please take a look. All other patches from Anatoly are applied already, except this one. Worth to apply this one as well? -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 10/21/2016 02:42 PM, Anatoly Stepanov wrote: This is a backport of upstream (vanilla) commit:

Re: [Devel] [PATCH rh7] fs: add __GFP_NORETRY in alloc_fdmem

2017-03-16 Thread Andrey Ryabinin
On 03/16/2017 06:03 PM, Konstantin Khorenko wrote: > Andrey, please take a look. > > All other patches from Anatoly are applied already, except this one. > Worth to apply this one as well? > Yep, Acked-by: Andrey Ryabinin > -- > Best regards, > > Konstantin Khorenko, > Virtuozzo L