]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
btrfs/254: correct subject of the relevant kernel patch and add git commit
authorFilipe Manana <fdmanana@suse.com>
Wed, 10 May 2023 11:48:29 +0000 (12:48 +0100)
committerZorro Lang <zlang@kernel.org>
Fri, 12 May 2023 12:20:38 +0000 (20:20 +0800)
commit802f42f7a5b24f89b64fbbb1316927cc5009d45e
treed47955c74406c2010ae5a3620bbac60822f3ea27
parent7ab65dae2751a85ece93f59666ebe918bb300a9a
btrfs/254: correct subject of the relevant kernel patch and add git commit

The top comment of test btrfs/254 mentions a kernel patch with a subject
of:

   "btrfs: harden identification of the stale device"

but that is actually not correct, as the subject was slightly changed when
the patch was picked to:

   "btrfs: harden identification of a stale device"

So fix that by removing the comment and use instead a call to
_fixed_by_kernel_commit, which also allows us to specify git commit id.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/254