summaryrefslogtreecommitdiff
path: root/tests/btrfs/097.out
diff options
context:
space:
mode:
authorEryu Guan <eguan@redhat.com>2015-08-04 14:10:49 +1000
committerDave Chinner <david@fromorbit.com>2015-08-04 14:10:49 +1000
commit5da2519817c48291cbd6320d682b0d670b57c809 (patch)
tree850338b2ac440dfd28c40a7e4bb58547f8170a12 /tests/btrfs/097.out
parentdca33a60098b39c9a4a1987a76be5bd13ae30775 (diff)
common: fix _count_extents and _count_holes
In _count_extents and _count_holes, the output of 'xfs_io -c "fiemap"' is saved in var res, but the following "echo $res" will merge the original output into one line. e.g. 0: [0..63]: 96..159 1: [64..127]: hole will be 0: [0..63]: 96..159 1: [64..127]: hole so the extent count is always 0 if there's a hole. This makes generic/046 fail occasionally. (Seems it's easier to reproduce when the system is under some presure, e.g. with fsstress running.) Tested the new _count_extents and _count_holes with generic/04[3-9] and tests all passed as expect. Reported-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'tests/btrfs/097.out')
0 files changed, 0 insertions, 0 deletions