mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
@@ -10377,7 +10377,7 @@ static int get_cdb_info_write_same32(struct scst_cmd *cmd,
|
||||
{
|
||||
cmd->lba = get_unaligned_be64(cmd->cdb + sdbops->info_lba_off);
|
||||
cmd->data_len = get_unaligned_be32(cmd->cdb + sdbops->info_len_off);
|
||||
return get_cdb_info_write_same(cmd, sdbops, cmd->cdb[1] & 1 /*NDOB*/);
|
||||
return get_cdb_info_write_same(cmd, sdbops, cmd->cdb[10] & 1 /*NDOB*/);
|
||||
}
|
||||
|
||||
static int scst_set_cmd_from_cdb_info(struct scst_cmd *cmd,
|
||||
|
||||
Reference in New Issue
Block a user