2018-06-06 07:27:17 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# Around 2014, btrfs kernel has a regression that create inline extent
|
|
|
|
# with ram_bytes offset by one.
|
|
|
|
# This old regression could be caught by tree-check code.
|
|
|
|
# This test case will check if btrfs check could detect and repair it.
|
|
|
|
|
2023-04-19 15:08:41 +00:00
|
|
|
source "$TEST_TOP/common" || exit
|
2018-06-06 07:27:17 +00:00
|
|
|
|
|
|
|
check_prereq btrfs
|
|
|
|
|
|
|
|
check_all_images
|