Re: [PATCH] block: pass failfast and driver-specific flags to flush requests

2018-06-07 Thread Sagi Grimberg
Reviewed-by: Sagi Grimberg

Re: [PATCH] block: pass failfast and driver-specific flags to flush requests

2018-06-06 Thread Christoph Hellwig
On Wed, Jun 06, 2018 at 04:21:40PM +0200, Hannes Reinecke wrote: > If flush requests are being sent to the device we need to inherit the > failfast and driver-specific flags, too, otherwise I/O will fail. Looks fine, Reviewed-by: Christoph Hellwig

Re: [PATCH] block: pass failfast and driver-specific flags to flush requests

2018-06-06 Thread Jens Axboe
On 6/6/18 8:21 AM, Hannes Reinecke wrote: > If flush requests are being sent to the device we need to inherit the > failfast and driver-specific flags, too, otherwise I/O will fail. Looks good to me. -- Jens Axboe

[PATCH] block: pass failfast and driver-specific flags to flush requests

2018-06-06 Thread Hannes Reinecke
If flush requests are being sent to the device we need to inherit the failfast and driver-specific flags, too, otherwise I/O will fail. Signed-off-by: Hannes Reinecke --- block/blk-flush.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/block/blk-flush.c