mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 20:00:53 +07:00
ide cd: do not set REQ_WRITE on requests.
The block layer will set the correct READ/WRITE operation flags/fields when creating a request, so there is not need for drivers to set the REQ_WRITE flag. Signed-off-by: Mike Christie <mchristi@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
1b9a9ab78b
commit
8e45c6f880
@ -459,9 +459,6 @@ int ide_cdrom_packet(struct cdrom_device_info *cdi,
|
|||||||
layer. the packet must be complete, as we do not
|
layer. the packet must be complete, as we do not
|
||||||
touch it at all. */
|
touch it at all. */
|
||||||
|
|
||||||
if (cgc->data_direction == CGC_DATA_WRITE)
|
|
||||||
flags |= REQ_WRITE;
|
|
||||||
|
|
||||||
if (cgc->sense)
|
if (cgc->sense)
|
||||||
memset(cgc->sense, 0, sizeof(struct request_sense));
|
memset(cgc->sense, 0, sizeof(struct request_sense));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user