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 89FFEC433FE for ; Sun, 22 May 2022 11:48:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245448AbiEVLsF (ORCPT ); Sun, 22 May 2022 07:48:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237141AbiEVLsD (ORCPT ); Sun, 22 May 2022 07:48:03 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8597215FF2 for ; Sun, 22 May 2022 04:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=+C2VjhVw1m5ED9+3TvbLKFFIjzUqL0Hg1egmvKR9Lyo=; b=jcdi/BuAbxSGfSbrQ2ByetonG6 p8QaJIb+wvyMMB/cK408qceMX0cS6GDGMAekEBGsQ5RBu4WxE7D5PRXoQ3HinP6Cq6znrfbNOFABQ aua50TDRO9JetxPvzDT/X4Fa5UnoERhlxdt4dYCLkpAUjzuKfY8nqpucEWB5guZDgYsAdbKa1AS4E nsnXP4uReRQF0/XTTZapaNMqaCVNE+IpdfXdXUVOdY0ugb19i+oiX/pAwXTMvA0/95yIjtbGyeH6i Cdxz/PAePqpDYqReajaWXUBovoIMrogvVXcmHrK1H+f3TA+htZjJSABftZFOvFhYbQkkJPIs1/iis A3tnXaUg==; Received: from [2001:4bb8:19a:6dab:76a3:f7ab:4f04:784a] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nsk3x-001E0z-Bo; Sun, 22 May 2022 11:47:57 +0000 From: Christoph Hellwig To: Chris Mason , Josef Bacik , David Sterba Cc: Qu Wenruo , linux-btrfs@vger.kernel.org Subject: misc btrfs cleanups Date: Sun, 22 May 2022 13:47:46 +0200 Message-Id: <20220522114754.173685-1-hch@lst.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Hi all, this series has a bunch of random cleanups and factored out helpers split from the read repair series. Diffstat: compression.c | 13 +---- ctree.h | 10 ++++ extent_io.c | 137 +++++++++++++++++++++++++++------------------------------- inode.c | 107 ++++++++++++++++++++++----------------------- volumes.c | 6 ++ volumes.h | 12 +++++ 6 files changed, 150 insertions(+), 135 deletions(-)