On Fri, Sep 10, 2021 at 04:26:42PM -0700, Boris Burkov wrote: > > I am leaning towards making this a btrfs specific test. Just wanted to > double check with you if you think ext4 and f2fs would benefit from > running this test too.. It's applicable to ext4 and f2fs too, so it probably should be kept as a generic test. Just make sure that filesystems have to "opt in" to it (with a new function _require_fsverity_max_file_size_limit() in common/verity or something), since it's probably not going to be applicable to every filesystem that implements fs-verity. - Eric