aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaohiro Aota <naohiro.aota@wdc.com>2023-09-15 16:25:11 +0900
committerZorro Lang <zlang@kernel.org>2023-09-20 15:49:54 +0800
commit27f1089cf2e3512ed9a9654fb599a6c93cb5fd6d (patch)
tree1a31dcb0738a899e9af856ca820660cb19115672
parentf4c7dbbb4f166996d8fefdebbceacd2f7d359dee (diff)
downloadxfstests-dev-27f1089cf2e3512ed9a9654fb599a6c93cb5fd6d.tar.gz
btrfs/076: use _fixed_by_kernel_commit to tell the fixing kernel commit
The fix commit is written in the comment without a commit hash. Use _fixed_by_kernel_commit command to describe it. Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com> Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/btrfs/0766
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/btrfs/076 b/tests/btrfs/076
index 52fe9e8822..23f9bd534a 100755
--- a/tests/btrfs/076
+++ b/tests/btrfs/076
@@ -5,10 +5,8 @@
# FS QA Test No. btrfs/076
#
# Regression test for btrfs incorrect inode ratio detection.
-# This was fixed in the following linux kernel patch:
-#
-# Btrfs: fix incorrect compression ratio detection
#
+
. ./common/preamble
_begin_fstest auto quick compress
@@ -27,6 +25,8 @@ _cleanup()
_supported_fs btrfs
_require_test
_require_scratch
+_fixed_by_kernel_commit 4bcbb3325513 \
+ "Btrfs: fix incorrect compression ratio detection"
# An extent size can be up to BTRFS_MAX_UNCOMPRESSED
max_extent_size=$(( 128 * 1024 ))