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 6972AC433EF for ; Mon, 6 Jun 2022 20:33:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233191AbiFFUdO (ORCPT ); Mon, 6 Jun 2022 16:33:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233650AbiFFUcA (ORCPT ); Mon, 6 Jun 2022 16:32:00 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB884EE1A for ; Mon, 6 Jun 2022 13:31:16 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 7BE6621AED; Mon, 6 Jun 2022 20:31:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1654547475; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tMmI9w5Wre1LBQ1/9sJbVNe/PcUATp6vcko9NSPOEKE=; b=QEtcjcyeIaHqKUFuwRSapXkuIEKMwxUPGRcvhp6U4Dit33/aR0hLbwfYBGNQMLyjQdBjBO 4ZL7WcmiZuWRYGgfAM7Bm9VIkwxU//kgw4HVcodZO+JB8rdD1+bCrfaaZjgCPgCfOEWl7p x2TFP9f1u5YgHwNxe78cRlbKs2/DC88= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1654547475; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tMmI9w5Wre1LBQ1/9sJbVNe/PcUATp6vcko9NSPOEKE=; b=UghY0LLQ3rYPmeDMDV9ewO5hkCDClVDTf94/ETO2dW2VIpJTdp09xHVvD+otXtytNPkfB7 82e4olSDZ96yAXCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 5907413A5F; Mon, 6 Jun 2022 20:31:15 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 58PMFBNknmKLTwAAMHmgww (envelope-from ); Mon, 06 Jun 2022 20:31:15 +0000 Date: Mon, 6 Jun 2022 22:26:46 +0200 From: David Sterba To: Christoph Hellwig Cc: Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: extent_io bio submission cleanup Message-ID: <20220606202646.GF20633@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Christoph Hellwig , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org References: <20220603071103.43440-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220603071103.43440-1-hch@lst.de> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Fri, Jun 03, 2022 at 09:11:00AM +0200, Christoph Hellwig wrote: > Hi all, > > this series cleans up how extent_io.c submits bios. Thanks, added to misc-next, for now with the fixup as a separate patch so it's clear in case there's an error but I intend to merge it in to the third patch.