On Sun, Dec 19, 2021 at 11:16:45PM +0800, Eryu Guan wrote: > > This portion of test is the key of the original regression test, if > we're going to remove this part, does it make sense to remove ext4/033 > completely? Hmm, good point. It's nice to keep the regression test around, but we can't use resize2fs to test the kernel's online resize code directly. We can fix this by creating test program to execute the ioctl directly. Revised patch coming.... - Ted