in reply to Re^2: File::Find won't iterate through CIFS share withouth "dont_use_nlink"
in thread File::Find won't iterate through CIFS share withouth "dont_use_nlink"

Oops, yeah.

Ironically, the information stat is used to fetch is provided by the native equivalent of readdir in Windows, so using the native call instead of readdir would gain the effect of the optimization, and not just for leaf directories!