On Wed, Oct 03, 2018 at 05:55:20AM -0700, Christoph Hellwig wrote: > On Tue, Oct 02, 2018 at 07:38:08PM -0400, Theodore Ts'o wrote: > > The code EXT4_IOC_SWAP_BOOT ioctl hasn't been updated in a while, and > > it's a bit broken with respect to more modern ext4 kernels, especially > > metadata checksums. > > Do you have any reports of anyone but sysbot actually using it? > Maybe it is a better idea to drop it unless it also gets coverage > in xfstests? Adding xfstests coverage is on my todo list. I need to clean up an ext4-ioc.c test program so it can be added to xfstests/src, but yes, I noticed that the lack of test coverage is what led to the code bitrot. There was recent discussion that perhaps Grub should use this instead of chasing file system format changes (which was the original intention of this patch) so I had been examining the code path looking for potential problems anyway. So I'd rather not drop it for now. This will allow us to future-proof ext4 in case we ever grow support for reflink (which I understand from Darrick has been an issue for XFS :-). - Ted