Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756059AbcKBQWK (ORCPT ); Wed, 2 Nov 2016 12:22:10 -0400 Received: from mail-pf0-f172.google.com ([209.85.192.172]:33300 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754748AbcKBQWH (ORCPT ); Wed, 2 Nov 2016 12:22:07 -0400 From: Jens Axboe X-Google-Original-From: Jens Axboe Date: Wed, 2 Nov 2016 10:22:03 -0600 To: Christoph Hellwig Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, jack@suse.cz Subject: Re: [PATCH 1/8] block: add WRITE_BACKGROUND Message-ID: <20161102162203.GA7591@kernel.dk> References: <1478034531-28559-1-git-send-email-axboe@fb.com> <1478034531-28559-2-git-send-email-axboe@fb.com> <20161102145520.GE13964@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161102145520.GE13964@lst.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 427 Lines: 17 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 :) Gah - will fix that up. > Otherwise looks fine: > > Reviewed-by: Christoph Hellwig Added, thanks. -- Jens Axboe