From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:48072 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727451AbeL0NQq (ORCPT ); Thu, 27 Dec 2018 08:16:46 -0500 Date: Thu, 27 Dec 2018 14:15:53 +0100 From: Christoph Hellwig To: Jens Axboe Cc: linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, linux-block@vger.kernel.org, hch@lst.de, viro@zeniv.linux.org.uk Subject: Re: [PATCH 04/22] block: use REQ_HIPRI_ASYNC for non-sync polled IO Message-ID: <20181227131553.GA22342@infradead.org> References: <20181221192236.12866-1-axboe@kernel.dk> <20181221192236.12866-5-axboe@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Dec 21, 2018 at 12:25:07PM -0700, Jens Axboe wrote: > On 12/21/18 12:22 PM, Jens Axboe wrote: > > Tell the block layer if it's a sync or async polled request, so it can > > do the right thing. > > Forgot to drop this one, please disregard it as it's super ceded by the > next patch anyway... FYI, I'd just add the users in the patch introducing bio_set_polled.