``` $ touch ./null $ sudo mount --bind /dev/null ./null $ ./bfs -type c -name null $ ./bfs -type f -name null ./null ``` Linux returns `d_type` from the underlying filesystem, ignoring mounts. C.f. https://savannah.gnu.org/bugs/?54913
Linux returns
d_typefrom the underlying filesystem, ignoring mounts.C.f. https://savannah.gnu.org/bugs/?54913