From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28368C7EE29 for ; Fri, 9 Jun 2023 20:44:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232531AbjFIUoi (ORCPT ); Fri, 9 Jun 2023 16:44:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229637AbjFIUoc (ORCPT ); Fri, 9 Jun 2023 16:44:32 -0400 Received: from out-50.mta1.migadu.com (out-50.mta1.migadu.com [95.215.58.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A72F830ED for ; Fri, 9 Jun 2023 13:44:30 -0700 (PDT) Date: Fri, 9 Jun 2023 16:44:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1686343468; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=o69IPIN/viI4SWUaXunctnkielbnA1XTEOpw5H6g5Qo=; b=WONNX+3yMGV0208hiCWY96K4M4G7bs5xxSy/gLqGycEC0ZHJQ97Yar6KK7TKe49P+wOF5J 0dugGwFZNlka2TqVuuXF4Bf3Q9lGKb/Iuvnqp847XvuomdpJLF9GXT7zekk8Wj9KM1tQGB z2lRWu0FAUuas+FN0u9lz9S/f4hrpW8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kent Overstreet To: axboe@kernel.dk, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org Subject: Re: [PATCH v2 1/5] block: Rework bio_for_each_segment_all() Message-ID: References: <20230605212717.2570570-1-kent.overstreet@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230605212717.2570570-1-kent.overstreet@linux.dev> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Jens - I've updated the branch at https://evilpiepirate.org/git/bcachefs.git block-for-bcachefs which now has the patches you'll want to take for now (bio iterator) first, only changes being bio_iter_all_end() based on Ming's feedback.