On Thu, Sep 01, 2022 at 05:12:25PM +0100, fdmanana@xxxxxxxxxx wrote: > From: Filipe Manana <fdmanana@xxxxxxxx> > > btrfs/007 does not test lseek, it tests send/receive and lseek is not > exercised anywhere in this test. So just remove it from the 'seek' group. > > Signed-off-by: Filipe Manana <fdmanana@xxxxxxxx> > --- This 'seek' group is brought in by below commit: commit 6fd9210bc97710f81e5a7646a2abfd11af0f0c28 Author: Christoph Hellwig <hch@xxxxxx> Date: Mon Feb 18 10:05:03 2019 +0100 fstests: add a seek group So I'd like to let Christoph help to double check it. Thanks, Zorro > tests/btrfs/007 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/btrfs/007 b/tests/btrfs/007 > index ed7d143a..c4a8d9d0 100755 > --- a/tests/btrfs/007 > +++ b/tests/btrfs/007 > @@ -13,7 +13,7 @@ > owner=list.btrfs@xxxxxxxxxxxxx > > . ./common/preamble > -_begin_fstest auto quick rw metadata send seek > +_begin_fstest auto quick rw metadata send > > # Override the default cleanup function. > _cleanup() > -- > 2.35.1 >