> -----Original Message----- > From: Raghava Aditya Renukunta > [mailto:RaghavaAditya.Renukunta@xxxxxxxxxxxxx] > Sent: Wednesday, May 10, 2017 10:40 AM > To: jejb@xxxxxxxxxxxxxxxxxx; martin.petersen@xxxxxxxxxx; linux- > scsi@xxxxxxxxxxxxxxx > Cc: Dave Carroll <david.carroll@xxxxxxxxxxxxx>; Gana Sridaran > <gana.sridaran@xxxxxxxxxxxxx>; Scott Benesh > <scott.benesh@xxxxxxxxxxxxx>; Prasad Munirathnam > <Prasad.Munirathnam@xxxxxxxxxxxxx> > Subject: [PATCH V2 01/19] aacraid: Remove __GFP_DMA for raw srb memory > > The raw srb commands do not requires memory that in the ZONE_DMA memory > space. For 32bit srb commands use GFP_DMA32 to limit the memory to 32bit > memory range (4GB). > > Signed-off-by: Raghava Aditya Renukunta > <RaghavaAditya.Renukunta@xxxxxxxxxxxxx> > > --- > Changes in V2: > Corrected flag name to GFP_DMA32 in patch description and corrected > GFP_DMA to __GFP_DMA in patch heading Removed comment > > drivers/scsi/aacraid/commctrl.c | 15 +++++++-------- > 1 file changed, 7 insertions(+), 8 deletions(-) Reviewed-by: Dave Carroll <david.carroll@xxxxxxxxxxxxx>