Wedson Almeida Filho: > + /// White-out type. > + Wht = bindings::DT_WHT, As well as I understand, filesystems supposed not to return DT_WHT from readdir to user space. But I'm not sure. Please, do expirement! Create whiteout on ext4 and see what readdir will return. As well as I understand, it will return DT_CHR. So, I think DT_WHT should be deleted here. Askar Safin