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 5ACD83346B5 for ; Wed, 21 Jan 2026 20:52:42 +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=1769028762; cv=none; b=UKgclNMOyrmD7aOXHFNYgRhaP88GcCqDc2ley0RVCsguq3a2fxTAAGZ2zSDwn0cO2hdTzC2ZrXnKEfKCcklcer1e/YdwS1u5un4Qfj35g5jypwEiWf4heEgt8K8LXY2w99cY7MvHfH3ekN2Zcbymvgj/q3jOstuVYq4a87RLThc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769028762; c=relaxed/simple; bh=6p9IzUrhyOH1iUJl/KW/Og/uV1RXIBFvAXeSwjNESBU=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=ror8WwfzmSmNpJULUp+KhY6/NA4+zzde8Z2A6xuYSoyu+aI91KsVDQT8Y3jfr3MpSjEXemIQ7/tDWk0Pqszml87eMa2gEoGNV+vvyw8yHDW3d9mC/eagO3TaiKHa74oaQA/JuWiNh+ihAlEUxYxrli9DSVb9XV9rjE8m2FWAjeM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mAvyImjL; 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="mAvyImjL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 889F5C4CEF1 for ; Wed, 21 Jan 2026 20:52:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769028762; bh=6p9IzUrhyOH1iUJl/KW/Og/uV1RXIBFvAXeSwjNESBU=; h=From:To:Subject:Date:From; b=mAvyImjL7JyBn5AJhDGnvS4+fI4qLKJKmXtv9dWJhBm7V6Gc0ZmZeSi62XCx+7RPb nJcDTs3n8Lc/7MqVn+w0nriGbQ28DGOGjLxrW6WKeqq8l921nAeQYKx+hXjhsA7SVm cyiB69WcjDGO9KFk4VZaQrXi160CfdDlfmQNuPpa3kiwouYLmpK1EOVtC2agC0xo/F esPDq4ntjM1pE+WwRJGVRpeNQ1VtRtljAMEIzrZ9gUvLc/HaJBstNJpquMPOzAlcSl el+t70PrgOY1rcILLZSGXG7gE2rE2eesiGXrhRQfqzc00Txcb+6JatD2walzBnQ6kG TWj8Co9QVrXww== From: fdmanana@kernel.org To: linux-btrfs@vger.kernel.org Subject: [PATCH 0/2] btrfs: cleanup and fix sample_block_group_extent_item() Date: Wed, 21 Jan 2026 20:52:36 +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 Trivial changes, details in the change logs. Filipe Manana (2): btrfs: remove bogus root search condition in sample_block_group_extent_item() btrfs: deal with missing root in sample_block_group_extent_item() fs/btrfs/block-group.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -- 2.47.2