Handle multi-sector reads by splitting them into subcommands.

This commit is contained in:
Michael Brown
2006-05-29 08:25:31 +00:00
parent 9a2a52693d
commit 6541338897
4 changed files with 54 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ static int aoe_command ( struct ata_device *ata,
struct aoe_device *aoedev
= container_of ( ata, struct aoe_device, ata );
return aoe_issue ( &aoedev->aoe, command );
return aoe_issue_split ( &aoedev->aoe, command );
}
/**