[PATCH] SCSI gfp_t annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -134,7 +134,7 @@ static enum task_attribute sas_scsi_get_task_attr(struct scsi_cmnd *cmd)
|
||||
|
||||
static struct sas_task *sas_create_task(struct scsi_cmnd *cmd,
|
||||
struct domain_device *dev,
|
||||
unsigned long gfp_flags)
|
||||
gfp_t gfp_flags)
|
||||
{
|
||||
struct sas_task *task = sas_alloc_task(gfp_flags);
|
||||
struct scsi_lun lun;
|
||||
|
Reference in New Issue
Block a user