On Mon, Dec 19, 2016 at 06:15:08PM +0200, Amir Goldstein wrote: > Verify correct d_type values of dir enrties. > > This test would fail for file systems with no d_type support, > but I have no idea how to test d_type support in a generic way, > without confusing a bug of d_type = DT_UNKNOWN with no support. XFS v4 without the rare ftype feature is such a file system. We'll need to detect it, and I think a large enough directory where all entries but . and .. are DT_UNKNOWN should be a clear indicator. If that's a bug it's clearly not distinguishable from a non-buggy fs :) -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html