[PATCH] Remove naked GFP_DMA from drivers/scsi/sr.c
In get_sectorsize(), we can already sleep in scsi_wait_req(). In get_capabilities(), we can use GFP_KERNEL because it is only called from sr_attach() which already does a GFP_KERNEL allocation.
Showing
Please register or sign in to comment