Re: [PATCH 1/8] block: add WRITE_BACKGROUND

2016-11-05 Thread Jan Kara
On Tue 01-11-16 15:08:44, Jens Axboe wrote: > This adds a new request flag, REQ_BACKGROUND, that callers can use to > tell the block layer that this is background (non-urgent) IO. > > Signed-off-by: Jens Axboe Looks good. You can add: Reviewed-by: Jan Kara

Re: [PATCH 1/8] block: add WRITE_BACKGROUND

2016-11-02 Thread Jens Axboe
On Wed, Nov 02 2016, Christoph Hellwig wrote: > On Tue, Nov 01, 2016 at 03:08:44PM -0600, Jens Axboe wrote: > > This adds a new request flag, REQ_BACKGROUND, that callers can use to > > tell the block layer that this is background (non-urgent) IO. > > The subject still says WRITE_BACKGROUND :)

Re: [PATCH 1/8] block: add WRITE_BACKGROUND

2016-11-02 Thread Christoph Hellwig
On Tue, Nov 01, 2016 at 03:08:44PM -0600, Jens Axboe wrote: > This adds a new request flag, REQ_BACKGROUND, that callers can use to > tell the block layer that this is background (non-urgent) IO. The subject still says WRITE_BACKGROUND :) Otherwise looks fine: Reviewed-by: Christoph Hellwig

[PATCH 1/8] block: add WRITE_BACKGROUND

2016-11-01 Thread Jens Axboe
This adds a new request flag, REQ_BACKGROUND, that callers can use to tell the block layer that this is background (non-urgent) IO. Signed-off-by: Jens Axboe --- include/linux/blk_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/blk_types.h