From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 30DB9423A74 for ; Tue, 20 Jan 2026 12:25:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768911958; cv=none; b=lh3XHm7d9LMAkYv6D/u5g+Y7nZrmlAFOVFy8GwpTNRWzYUrzI8xsZFshhINjB1Y49mgEn8vv/L9brH3d7gRFfb6j+wJ5oZzJYNR2txcGpyecKVMBEf+DjCinWk/qKFZd5hNJA9sTZbvtLg7WJwADy4MJ84hZxTM2OOcKL7+39tI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768911958; c=relaxed/simple; bh=TdO1lF7idxaO8fJy76oXvAIFbmEm5QuWUcx8wxtKfk4=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=CoSyOwYJoQXocnr3jqQ9p4Ip+qWzNGmZRXxpzsjuVnLR/hrjxthxXYOalFDJ4503pBwlExqxLETossqopNu3Pdlsapx/djMzsqgD4aTRjn4Ighvcg4MT8rS5fJnMQw0HLoycH9a0kYoxJ6hvdh2qb2mMj4YUahb8F4wrlFHzaGk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QCu6Js7Q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QCu6Js7Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83F36C16AAE for ; Tue, 20 Jan 2026 12:25:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768911958; bh=TdO1lF7idxaO8fJy76oXvAIFbmEm5QuWUcx8wxtKfk4=; h=From:To:Subject:Date:From; b=QCu6Js7QbCqlMMEqsWDDz8Yf+HNKnmwKSJiVEisOCAE0jZpugiXj9SR/23ZdBUT9g HHXDE5/ubqjgvaOMvVLEhUXZmp5fqiuaYcBi8lX4VGbCP9M1wcYF6ZOCTdnbj2Ltie /+z/p5ngwWqhcra7VxOKsLPCUKQyiJFwiC4Xz8Y+qmP8wGdFBe+3ZoqFeLwJle4d40 DfPl41RrcCv36LQ4QSHRQbeZxltfMExUEuIDFqwsZgNG4dHSlfmY4+nAfLSJAPjy15 y0ZosT1I/H4X/90UV9ww/h2T7iI04B28rhA1HUe6Dn7TK6qIN7VFyK4PfO0mpTeL6l iFfC12CX3I5Zg== From: fdmanana@kernel.org To: linux-btrfs@vger.kernel.org Subject: [PATCH 0/4] btrfs: some cleanups to the block group size class code Date: Tue, 20 Jan 2026 12:25:50 +0000 Message-ID: X-Mailer: git-send-email 2.47.2 Precedence: bulk X-Mailing-List: linux-btrfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Filipe Manana Simple changes, details in the change logs. Filipe Manana (4): btrfs: make load_block_group_size_class() return void btrfs: allocate path in load_block_group_size_class() btrfs: don't pass block group argument to load_block_group_size_class() btrfs: assert block group is locked in btrfs_use_block_group_size_class() fs/btrfs/block-group.c | 52 ++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 25 deletions(-) -- 2.47.2