On Sun, Apr 13, 2025 at 11:41:47AM +0200, Mateusz Guzik wrote: > This is the rootfs of the thing, so I tried it out with merely > printing it. I got 70 entries at boot time. I don't think figuring out > what this is specifically is warranted (it is on debian though). Well, can you run: debugfs -R "stat <INO>" /dev/ROOT_DEV on say, two or three of the inodes (replace INO with a number, and ROOT_DEV with the root file system device) and send me the result? That would be really helpful in understanding what might be going on. > So... I think this is good enough to commit? I had no part in writing > the patch and I'm not an ext4 person, so I'm not submitting it myself. > > Ted, you seem fine with the patch, so perhaps you could do the needful(tm)? Sure, I'll put together a more formal patch and do full QA run and checking of the code paths, as a supposed a fairly superficial review and hack. - Ted