Zend certified PHP/Magento developer

How to disable features in an xfs file system to make it compatible with an older kernel?

I am using a rocky8 system on which I need to build, install and run a 3.10 kernel.

I managed to get it to build and install, but when booting it up I get the error message:

XFS (sda1): Superblock has unknown read-only compatible features (0x4) enabled.

I guess this it happening because the fs is formatted using an updated mkfs which formats the device with features that are not supported by the older kernel.

So, how can I (if possible) disable those newer features so I can boot the older kernel?

Thanks.