On Tue, Apr 12, 2016 at 12:36:01PM -0600, Jens Axboe wrote: > Signed-off-by: Jens Axboe <axboe@xxxxxx> > --- > drivers/block/mtip32xx/mtip32xx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c > index 25824c1697c5..6b5c30ff5547 100644 > --- a/drivers/block/mtip32xx/mtip32xx.c > +++ b/drivers/block/mtip32xx/mtip32xx.c > @@ -4027,7 +4027,7 @@ skip_create_disk: > * write back cache is not supported in the device. FUA depends on > * write back cache support, hence setting flush support to zero. > */ > - blk_queue_flush(dd->queue, 0); > + blk_queue_write_cache(dd->queue, false, false); I think this can simply be removed.. -- To unsubscribe from this list: send the line "unsubscribe linux-block" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html