linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 8/12] s390: enable write barriers in the dasd driver.
@ 2005-04-22 15:01 Martin Schwidefsky
  0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2005-04-22 15:01 UTC (permalink / raw)
  To: akpm, linux-kernel

[patch 8/12] s390: enable write barriers in the dasd driver.

From: Stefan Weinhuber <wein@de.ibm.com>

The DASD device driver never reorders the I/O requests and relies on
the hardware to write all data to nonvolatile storage before signaling
a successful write. Hence, the only thing we have to do to support
write barriers is to set the queue ordered flag.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

diffstat:
 drivers/s390/block/dasd.c |    1 +
 1 files changed, 1 insertion(+)

diff -urpN linux-2.6/drivers/s390/block/dasd.c linux-2.6-patched/drivers/s390/block/dasd.c
--- linux-2.6/drivers/s390/block/dasd.c	2005-04-22 15:45:04.000000000 +0200
+++ linux-2.6-patched/drivers/s390/block/dasd.c	2005-04-22 15:45:04.000000000 +0200
@@ -1635,6 +1635,7 @@ dasd_setup_queue(struct dasd_device * de
 	blk_queue_max_hw_segments(device->request_queue, -1L);
 	blk_queue_max_segment_size(device->request_queue, -1L);
 	blk_queue_segment_boundary(device->request_queue, -1L);
+	blk_queue_ordered(device->request_queue, 1);
 }
 
 /*

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-22 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-22 15:01 [patch 8/12] s390: enable write barriers in the dasd driver Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).