Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03306793 authored by Boaz Harrosh's avatar Boaz Harrosh Committed by James Bottomley
Browse files

[SCSI] libosd: Use REQ_QUIET requests.



libosd has it's own sense decoding and printout. Don't
let scsi_lib duplicate that printout. (Which is done wrong
in regard to osd commands)

Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 021e2230
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1340,6 +1340,8 @@ static int _init_blk_request(struct osd_request *or,

	or->request = req;
	req->cmd_type = REQ_TYPE_BLOCK_PC;
	req->cmd_flags |= REQ_QUIET;

	req->timeout = or->timeout;
	req->retries = or->retries;
	req->sense = or->sense;