On Fri, Sep 22, 2023 at 1:40 AM Naohiro Aota <naohiro.aota@xxxxxxx> wrote: > > It prints "File extent layout before defrag" for the both outputs, but the > latter one should be "after defrag". > > Signed-off-by: Naohiro Aota <naohiro.aota@xxxxxxx> Reviewed-by: Filipe Manana <fdmanana@xxxxxxxx> Looks good, thanks. > --- > tests/btrfs/259 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/btrfs/259 b/tests/btrfs/259 > index cbbea9f527f5..358a455068a1 100755 > --- a/tests/btrfs/259 > +++ b/tests/btrfs/259 > @@ -40,7 +40,7 @@ sync > > new_csum=$(_md5_checksum $SCRATCH_MNT/foobar) > > -echo "=== File extent layout before defrag ===" >> $seqres.full > +echo "=== File extent layout after defrag ===" >> $seqres.full > $XFS_IO_PROG -c "fiemap -v" "$SCRATCH_MNT/foobar" >> $seqres.full > $XFS_IO_PROG -c "fiemap -v" "$SCRATCH_MNT/foobar" > $tmp.after > > -- > 2.42.0 >