Kacper Żuk
Results
1
comments of
Kacper Żuk
I was able to reproduce it using `debugfs`. Here's a script to create a problematic directory: ``` #!/bin/sh set -exuo pipefail rm -rf volume test fallocate -l 64M volume mkfs.ext4...