]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
btrfs/194: allow it to be run on systems with page size larger than 4K
authorQu Wenruo <wqu@suse.com>
Tue, 8 Mar 2022 13:18:49 +0000 (21:18 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 10 Apr 2022 15:36:04 +0000 (23:36 +0800)
commita7e2b797f865831fcb883d15e06c2c17246caed8
tree2b2f11bc398b465e1dd44c93c325a3f1ec3692a0
parent1133ecda69f92cee3875b9f12fb4a1957d97aef1
btrfs/194: allow it to be run on systems with page size larger than 4K

Since btrfs has subpage support since v5.15, there is no need to
require such hard requirement on 4K page size.

We only need to check if the current system support 4K as
sectorsize.

Now the test case can pass on aarch64 with 64K page size.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/btrfs/194