On Tue, Dec 01, 2020 at 01:16:09PM -0600, Eric Sandeen wrote: > We don't yet support dax on reflinked files, but that is in the works. > > Further, having the flag set does not automatically mean that the inode > is actually "in the CPU direct access state," which depends on several > other conditions in addition to the flag being set. > > As such, we should not catch this as corruption in the verifier - simply > not actually enabling S_DAX on reflinked files is enough for now. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>