On Mon, Feb 13, 2023 at 05:45:09PM +0800, Anand Jain wrote: > Add the _wants_kernel_commit tag for the benifit of testing on the older > kernels. > > Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx> > --- Besides this patch, you just sent another patchset: [PATCH 0/3] fstests: btrfs- add _fixed_by for new tests in the auto group which try to add _fixed_by for some btrfs cases. I think we don't need to "fix" these things one by one, by lots of small patch pieces. If there's not special reason (e.g. someone case need more fix besides adding _fixed_by), how about combine them into one patch which "clarify the _fixed_by or _wants commits for btrfs cases (or only for someone group)" Thanks, Zorro > tests/btrfs/249 | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/tests/btrfs/249 b/tests/btrfs/249 > index 7cc4996e387b..1b79e52dbe05 100755 > --- a/tests/btrfs/249 > +++ b/tests/btrfs/249 > @@ -13,7 +13,7 @@ > # Dump 'btrfs filesystem usage', check it didn't fail > # > # Tests btrfs-progs bug fixed by the kernel patch and a btrfs-prog patch > -# btrfs: sysfs add devinfo/fsid to retrieve fsid from the device > +# btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the device > # btrfs-progs: read fsid from the sysfs in device_is_seed > > . ./common/preamble > @@ -29,6 +29,8 @@ _supported_fs btrfs > _require_scratch_dev_pool 3 > _require_command "$WIPEFS_PROG" wipefs > _require_btrfs_forget_or_module_loadable > +_wants_kernel_commit a26d60dedf9a \ > + "btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the device" > > _scratch_dev_pool_get 2 > # use the scratch devices as seed devices > -- > 2.31.1 >