[PATCH] btrfs/259: fix output's wrong word

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



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>
---
 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




[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux