Follow-up Comment #18, bugs #12044 (project findutils):
Oden, find doesn't traverse the "whole damn filesystem". Find version 4.2.18
lstat()s each mount point (see the comments against this bug and also bug
#11879 for a complete description). However, the current CVS code will not
even lstat()
Follow-up Comment #17, bugs #12044 (project findutils):
I don't really understand why "find" needs to traverse the whole damn
filesystem with each invocation. I mean if I'm in my home dir and use find
from there, why does it stat everything starting from "/" each time?
It just doesn't make sense
Update of bugs #12044 (project findutils):
Status: Remind => Fixed
___
Follow-up Comment #16:
Have modified the code to handle the problem where fchdir() fails to return
us to the paren