From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 8 Nov 2018 10:48:33 -0500 From: Mike Snitzer To: Jens Axboe Cc: linux-block@vger.kernel.org Subject: Re: [PATCH 1/2] blk-mq-tag: change busy_iter_fn to return whether to continue or not Message-ID: <20181108154832.GA28795@redhat.com> References: <20181108154216.23853-1-axboe@kernel.dk> <20181108154216.23853-2-axboe@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20181108154216.23853-2-axboe@kernel.dk> List-ID: On Thu, Nov 08 2018 at 10:42am -0500, Jens Axboe wrote: > We have this functionality in sbitmap, but we don't export it in > blk-mq for users of the tags busy iteration. This can be useful > for stopping the iteration, if the caller doesn't need to find > more requests. > > Cc: Mike Snitzer > Signed-off-by: Jens Axboe Reviewed-by: Mike Snitzer (could add Tested-by too but probably overkill?) Thanks, Mike