]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
treewide: disable warning about NoCOW on btrfs
authorEric Wong <e@80x24.org>
Sat, 20 Sep 2025 00:04:50 +0000 (00:04 +0000)
committerEric Wong <e@80x24.org>
Mon, 22 Sep 2025 20:49:59 +0000 (20:49 +0000)
commit1c737b61528d89588c45daf47be01c37760cdf5a
tree7b9c13cac6865c6a3fee06cc9d0b290ec4e53183
parenta4471ceb74bc263c1cb894dafe785e4c20fba2aa
treewide: disable warning about NoCOW on btrfs

It's too noisy for tests and breaks some tests which check for
warnings when TMPDIR is btrfs.  I didn't notice this earlier
since I had TMPDIR pointed at /dev/shm on my btrfs machine.
We'll probably just make CoW the default for btrfs because the
CoW overhead with --split-shards on initial index is "only" 100%
or so...
lib/PublicInbox/Syscall.pm