Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754818AbcC3R3q (ORCPT ); Wed, 30 Mar 2016 13:29:46 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:51576 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752267AbcC3R3p (ORCPT ); Wed, 30 Mar 2016 13:29:45 -0400 Date: Wed, 30 Mar 2016 10:29:41 -0700 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org Subject: Re: [PATCH 5/9] block: add ability to flag write back caching on a device Message-ID: <20160330172941.GA3374@infradead.org> References: <1459350477-16404-1-git-send-email-axboe@fb.com> <1459350477-16404-6-git-send-email-axboe@fb.com> <20160330154241.GA13131@infradead.org> <56FBF4D8.9000203@fb.com> <56FBFD96.9020501@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56FBFD96.9020501@fb.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 196 Lines: 6 On Wed, Mar 30, 2016 at 10:23:50AM -0600, Jens Axboe wrote: > Conversion series in here now: > > http://git.kernel.dk/cgit/linux-block/log/?h=wb-buf-throttle The new API looks reasonable to me.