From 5190a7a9b3574e49423ae68e37fcb7ef16dd27e4 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Sun, 5 Feb 2006 23:56:52 -0800 Subject: [PATCH] refresh patch --- ...scsi-turn-off-ordered-flush-barriers.patch | 26 +++++++------------ 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/queue/scsi-turn-off-ordered-flush-barriers.patch b/queue/scsi-turn-off-ordered-flush-barriers.patch index a58d65ec88b..7f3785eb95d 100644 --- a/queue/scsi-turn-off-ordered-flush-barriers.patch +++ b/queue/scsi-turn-off-ordered-flush-barriers.patch @@ -17,10 +17,17 @@ Turn off ordered flush barriers for SCSI driver, since the SCSI barrier code has a command leak. Signed-off-by: Jens Axboe +Signed-off-by: Chris Wright +--- ---- linux-2.6.15.1/drivers/scsi/scsi_lib.c~ 2006-01-29 11:55:08.000000000 -0800 -+++ linux-2.6.15.1/drivers/scsi/scsi_lib.c 2006-01-29 11:55:38.000000000 -0800 -@@ -1534,11 +1534,6 @@ + drivers/scsi/scsi_lib.c | 5 ----- + 1 files changed, 5 deletions(-) + +Index: linux-2.6.15.2/drivers/scsi/scsi_lib.c +=================================================================== +--- linux-2.6.15.2.orig/drivers/scsi/scsi_lib.c ++++ linux-2.6.15.2/drivers/scsi/scsi_lib.c +@@ -1534,11 +1534,6 @@ struct request_queue *scsi_alloc_queue(s */ if (shost->ordered_tag) blk_queue_ordered(q, QUEUE_ORDERED_TAG); @@ -32,16 +39,3 @@ Signed-off-by: Jens Axboe if (!shost->use_clustering) clear_bit(QUEUE_FLAG_CLUSTER, &q->queue_flags); - --- -Jens Axboe - -- -To unsubscribe from this list: send the line "unsubscribe linux-kernel" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html -Please read the FAQ at http://www.tux.org/lkml/ - - ---t0UkRYy7tHLRMCai-- - -- 2.47.3