On Thu, Apr 9, 2020 at 4:53 AM <colyli@xxxxxxx> wrote: > > From: Coly Li <colyli@xxxxxxx> > > Hi folks, > > The motivation of this series is to fix the incorrect GFP_NOIO flag > usage in drivers/md/raid5.c:resize_chunks(). I take the suggestion > from Michal Hocko to use memalloc scope APIs in unified entry point > mddev_suspend()/mddev_resume(). Also I get rid of the incorect GFP_NOIO > usage for scribble_alloc(), and remove redundant memalloc scope APIs > usage in mddev_create_serial_pool(), also as Song Liu suggested, update > the code comments on the header of scribble_alloc(). > > Thank you in advance for the review and comments. > > Coly Li Applied to md-next. Thanks for the fix. And Thanks Michal and Guoqing for great inputs. Song