On Wed, 13 Nov 2024 17:17:15 +0800, Long Li wrote: > Compat features are new features that older kernels can safely ignore, > allowing read-write mounts without issues. The current sb write validation > implementation returns -EFSCORRUPTED for unknown compat features, > preventing filesystem write operations and contradicting the feature's > definition. > > Additionally, if the mounted image is unclean, the log recovery may need > to write to the superblock. Returning an error for unknown compat features > during sb write validation can cause mount failures. > > [...] Applied to for-next, thanks! [1/1] xfs: remove unknown compat feature check in superblock write validation commit: 652f03db897ba24f9c4b269e254ccc6cc01ff1b7 Best regards, -- Carlos Maiolino <cem@xxxxxxxxxx>