From patchwork Thu Oct 27 11:07:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Sterba X-Patchwork-Id: 13021957 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 D33C9FA3742 for ; Thu, 27 Oct 2022 11:07:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234248AbiJ0LHS (ORCPT ); Thu, 27 Oct 2022 07:07:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232844AbiJ0LHR (ORCPT ); Thu, 27 Oct 2022 07:07:17 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D4DC201B1 for ; Thu, 27 Oct 2022 04:07:16 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id EC2EC1FDF7; Thu, 27 Oct 2022 11:07:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1666868834; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=EL2qmiWGA0fbV7fIbZW+c94wioMX5HM2/gDXKcjfkAE=; b=jbgLB8OUyOzgdxT6TpBD8G2dAI/faBjzBxK1xjDXY1ys8Dq0f9L8u27eshOqEyWNsUZ92+ BBdozVfOcmOLIE21PBFn5+LE3cWc9HzBcZ4o1c5FuykzBGZR/bov9riXpjObMVDKn0jEe+ NO7CHZ9nk6+PXk85cszVIUxI4MCgEuI= Received: from ds.suse.cz (ds.suse.cz [10.100.12.205]) by relay2.suse.de (Postfix) with ESMTP id E3EAF2C141; Thu, 27 Oct 2022 11:07:14 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 48BFCDA79B; Thu, 27 Oct 2022 13:07:01 +0200 (CEST) From: David Sterba To: linux-btrfs@vger.kernel.org Cc: David Sterba Subject: [PATCH 0/2] Merge extent_page_data and bio_ctrl Date: Thu, 27 Oct 2022 13:07:01 +0200 Message-Id: X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org The extent_page_data structure has shrunk over time and does not make much sense to have it separately from bio_ctrl. David Sterba (2): btrfs: switch extent_page_data bit fields to bools btrfs: merge struct extent_page_data to btrfs_bio_ctrl fs/btrfs/extent_io.c | 121 +++++++++++++++++++++---------------------- 1 file changed, 58 insertions(+), 63 deletions(-)