[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] Re: [PATCH 3/7] scsi_dh: add generic SPC-3 alua handler
- From: Hannes Reinecke <hare suse de>
- To: sekharan us ibm com
- Cc: James Bottomley <James Bottomley HansenPartnership com>, device-mapper development <dm-devel redhat com>, linux-scsi vger kernel org
- Subject: [dm-devel] Re: [PATCH 3/7] scsi_dh: add generic SPC-3 alua handler
- Date: Thu, 15 May 2008 10:13:18 +0200
Chandra Seetharaman wrote:
I do not know the functionality of this module. So, my comments are only
related to code.
blk_request_rq() frees up the request before it returns (in
blk_end_sync_rq()). So, there is no need for blk_put_request().
Indeed. But this opens up another question:
By the time blk_execute_rq() returns, the request is already
put back onto the queue.
That means that I shouldn't access rq->errors any more, as
the request might have been reused already.
But blk_execute_rq() returns -EIO for any error, making it
impossible to signal a proper error here.
So how do I get the contents of rq->errors safely?
Cheers,
Hannes
--
Dr. Hannes Reinecke zSeries & Storage
hare suse de +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Markus Rex, HRB 16746 (AG Nürnberg)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]