> -----Original Message----- > From: Raghava Aditya Renukunta > [mailto:[email protected]] > Sent: Wednesday, May 10, 2017 10:40 AM > To: [email protected]; [email protected]; linux- > [email protected] > Cc: Dave Carroll <[email protected]>; Gana Sridaran > <[email protected]>; Scott Benesh > <[email protected]>; Prasad Munirathnam > <[email protected]> > 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 > <[email protected]> > > --- > 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 <[email protected]>

