Boaz Harrosh 8c0baccadc [SCSI] libosd: fix blk_put_request called from within request_end_io
A fix for a very serious and stupid bug in osd_initiator. It
used to call blk_put_request() regardless of if it was from
the end_io callback or if called after a sync execution.
It should call the unlocked version __blk_put_request() instead.

Also fixed is the remove of _abort_unexecuted_bios hack, and use of
blk_end_request(,-ERROR,) to deallocate half baked requests. I've
audited the code and it should be safe.

Reported and
Tested-by: Xu Yang <onlyxuyang@qq.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-04-03 09:22:56 -05:00
..
2009-03-28 20:30:18 +00:00
2009-03-12 12:58:02 -05:00
2008-01-11 18:22:30 -06:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2008-10-16 16:52:06 +02:00
2009-03-13 15:48:43 -05:00
2009-03-12 12:58:02 -05:00
2008-12-29 11:24:14 -06:00
2008-08-29 02:13:10 -07:00
2008-11-30 10:03:36 -08:00
2008-10-09 08:56:13 +02:00
2006-09-12 17:12:31 -05:00
2009-03-12 12:58:02 -05:00
2009-03-12 12:57:58 -05:00
2009-03-12 12:58:02 -05:00
2009-03-13 16:08:49 -05:00
2008-01-30 13:14:02 -06:00
2008-12-28 20:00:03 +01:00
2009-03-13 16:08:49 -05:00
2006-09-12 17:12:31 -05:00
2008-01-30 13:14:02 -06:00
2008-01-30 13:14:02 -06:00
2009-03-12 12:58:10 -05:00
2009-04-03 09:22:55 -05:00
2008-10-23 11:42:17 -05:00
2009-03-12 12:58:05 -05:00
2007-07-18 11:16:32 -05:00
2008-07-02 15:06:25 -06:00
2009-03-12 12:57:54 -05:00
2009-04-03 09:22:55 -05:00
2009-03-17 21:43:52 -04:00
2009-04-03 09:22:55 -05:00
2008-02-07 18:02:44 -06:00
2009-03-12 12:58:02 -05:00
2009-01-02 12:02:25 -06:00
2009-03-12 12:58:04 -05:00
2008-10-23 11:42:19 -05:00
2006-11-15 16:43:50 -06:00
2007-10-19 23:22:55 +02:00