On 11/18/10 7:05 AM, Dan Carpenter wrote:
blk_queue_ordered() isn't around anymore so this causes a compile error.
That change was in 4913efe456c "block: deprecate barrier and replace
blk_queue_ordered() with blk_queue_flush()"

Signed-off-by: Dan Carpenter<[email protected]>

Acked-by: Pekka Enberg <[email protected]>

diff --git a/drivers/staging/spectra/ffsport.c 
b/drivers/staging/spectra/ffsport.c
index c7932da..63a9d0a 100644
--- a/drivers/staging/spectra/ffsport.c
+++ b/drivers/staging/spectra/ffsport.c
@@ -656,7 +656,7 @@ static int SBD_setup_device(struct spectra_nand_dev *dev, 
int which)
        /* Here we force report 512 byte hardware sector size to Kernel */
        blk_queue_logical_block_size(dev->queue, 512);

-       blk_queue_ordered(dev->queue, QUEUE_ORDERED_DRAIN_FLUSH);
+       blk_queue_flush(dev->queue, REQ_FLUSH);

        dev->thread = kthread_run(spectra_trans_thread, dev, "nand_thd");
        if (IS_ERR(dev->thread)) {


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to