Eryu Guan <eguan@xxxxxxxxxx> wrote: > > Overlayfs uses nlink = 1 for merge dirs to silence 'find' et al. > > Ext4 uses nlink = 1 for directories with more than 32K subdirs > > (EXT4_FEATURE_RO_COMPAT_DIR_NLINK). > > > > But in both those fs newly created directories will have nlink = 2. > > Is there a conclusion on this? Seems the test should be updated > accordingly? I've dropped the nlink check on directories. David