summaryrefslogtreecommitdiff
path: root/tests/fsck-tests/029-valid-orphan-item/test.sh
blob: d8068f6359140b2bb900a337cf4a616f28651cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# To check if btrfs check can handle valid orphan items.
# Orphan item is a marker for deleted inodes that were open at the time of
# deletion.  # Orphan inode/root will is not referenced and will have an orphan
# item, which should not be reported as error.

source "$TEST_TOP/common"

check_prereq btrfs

check_image() {
	run_check "$TOP/btrfs" check "$1"
}

check_all_images