From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.223.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 38B948BEE for ; Thu, 18 Sep 2025 22:34:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.135.223.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758234861; cv=none; b=XwPO3tiCUmmiTG2/tN9iqGZpkIACMRe5hNW14+S4VENoP4pFHEitwRS6A4L7mNlSKFwlhwLH6nr/RyikmGMasvUb3KEAWHOvZJBGcQ4GTLIFEquEXUJW67HvgWWaVmE4jviS7UyEL9hn1yMg4WnmBJ0oYh+VnLZH5hmhE4IH8eM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758234861; c=relaxed/simple; bh=Qx1dwysmCO+0HvnIjAlYgDoh7f+VWLt/ChhB+0WDd7g=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=R2riQJYp0UVQXR5HuDHPwyPPuxPfn2vaY3LtspkZcYVs/xiBw55h+o/AZ3Qd89FZRA+sdFjrAlwwD8wPd/gKuI9yJpE9Y3UEhU9wL0r4qfpT9pz5zqBrYtX2eyOjzH3VGhos2glkNUOcHnENDP2K6xp3cIBhlGEr/mDbOZNfuuY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=suse.com; spf=pass smtp.mailfrom=suse.com; dkim=pass (1024-bit key) header.d=suse.com header.i=@suse.com header.b=nIWtA9Wa; dkim=pass (1024-bit key) header.d=suse.com header.i=@suse.com header.b=nIWtA9Wa; arc=none smtp.client-ip=195.135.223.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=suse.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=suse.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=suse.com header.i=@suse.com header.b="nIWtA9Wa"; dkim=pass (1024-bit key) header.d=suse.com header.i=@suse.com header.b="nIWtA9Wa" Received: from imap1.dmz-prg2.suse.org (unknown [10.150.64.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id B29C42212B; Thu, 18 Sep 2025 22:34:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1758234850; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=w4JaQd1P/9sreHkhXSTPEZ3iqIzQCZtZ7hxUjV5INrY=; b=nIWtA9WauFEQb1m9L6p2+dM8hv9KGVlusXUuNR9p13twwjCtcVEgx+aursM1UmCB8lmZaf cGjB8eYr3E5ybAfSeqfdWeDblnyblbBOQk5KrtwpbdhCPSqC8GY1cMEy2pnwSyGD8dtfn4 7FXsA3a7/vyr2o5s0MhVyxGaz6+jxE8= Authentication-Results: smtp-out1.suse.de; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1758234850; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=w4JaQd1P/9sreHkhXSTPEZ3iqIzQCZtZ7hxUjV5INrY=; b=nIWtA9WauFEQb1m9L6p2+dM8hv9KGVlusXUuNR9p13twwjCtcVEgx+aursM1UmCB8lmZaf cGjB8eYr3E5ybAfSeqfdWeDblnyblbBOQk5KrtwpbdhCPSqC8GY1cMEy2pnwSyGD8dtfn4 7FXsA3a7/vyr2o5s0MhVyxGaz6+jxE8= Received: from imap1.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id A8B4113A39; Thu, 18 Sep 2025 22:34:09 +0000 (UTC) Received: from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167]) by imap1.dmz-prg2.suse.org with ESMTPSA id 6HINGuGIzGh5WgAAD6G6ig (envelope-from ); Thu, 18 Sep 2025 22:34:09 +0000 From: Qu Wenruo To: linux-btrfs@vger.kernel.org, fstests@vger.kernel.org Subject: [PATCH 3/3] btrfs/26[67]: update the stale comments Date: Fri, 19 Sep 2025 08:03:47 +0930 Message-ID: <20250918223347.10390-4-wqu@suse.com> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250918223347.10390-1-wqu@suse.com> References: <20250918223347.10390-1-wqu@suse.com> Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Level: X-Spamd-Result: default: False [-2.80 / 50.00]; BAYES_HAM(-3.00)[100.00%]; NEURAL_HAM_LONG(-1.00)[-1.000]; MID_CONTAINS_FROM(1.00)[]; R_MISSING_CHARSET(0.50)[]; NEURAL_HAM_SHORT(-0.20)[-0.999]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; FUZZY_RATELIMITED(0.00)[rspamd.com]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; DKIM_SIGNED(0.00)[suse.com:s=susede1]; DBL_BLOCKED_OPENRESOLVER(0.00)[suse.com:email,suse.com:mid]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Spam-Flag: NO X-Spam-Score: -2.80 Test case btrfs/266 is verifying the buffered read repair on RAID1C3, and btrfs/267 is verifying the direct IO read repair on RAID1C3. However btrfs/267 is using incorrect comments, it says the test case is verify buffered read repair, but it's not the case. Fix those stale comments by explicitly mention buffered/direct IO for each test case. (btrfs/266 for buffered, btrfs/267 for direct) Signed-off-by: Qu Wenruo --- tests/btrfs/266 | 4 ++-- tests/btrfs/267 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/btrfs/266 b/tests/btrfs/266 index 3490ecce..f8407c98 100755 --- a/tests/btrfs/266 +++ b/tests/btrfs/266 @@ -5,8 +5,8 @@ # # FS QA Test 266 # -# Test that btrfs raid repair on a raid1c3 profile can repair interleaving -# errors on all mirrors. +# Test that btrfs buffered read repair on a raid1c3 profile can repair +# interleaving errors on all mirrors. # . ./common/preamble diff --git a/tests/btrfs/267 b/tests/btrfs/267 index 66e08d18..22c4aeaa 100755 --- a/tests/btrfs/267 +++ b/tests/btrfs/267 @@ -5,7 +5,7 @@ # # FS QA Test 267 # -# Test that btrfs buffered read repair on a raid1c3 profile can repair +# Test that btrfs direct IO read repair on a raid1c3 profile can repair # interleaving errors on all mirrors. # -- 2.51.0