[bugs] [illumos gate - Bug #1219] find shouldn't use FTW_CHDIR
illumos bugs
bugs at lists.illumos.org
Sat Jul 16 02:30:38 PDT 2011
Issue #1219 has been updated by Yuri Pankov.
Some numbers:
<pre>
sirius:yuri:~$ time for i in `seq 1 10`; do /usr/bin/find src/illumos/illumos-gate/ > /dev/null; done
real 0m31.085s
user 0m2.289s
sys 0m28.558s
sirius:yuri:~$ time for i in `seq 1 10`; do ~/ws/local/usr/src/cmd/find/find src/illumos/illumos-gate/ > /dev/null; done
real 0m34.175s
user 0m2.319s
sys 0m31.732s
</pre>
----------------------------------------
Bug #1219: find shouldn't use FTW_CHDIR
https://www.illumos.org/issues/1219
Author: Yuri Pankov
Status: New
Priority: Low
Assignee:
Category: cmd - userland programs
Target version:
Difficulty: Bite-size
Tags: needs-triage
It's usefulness is doubtful and leads to subtle problems with -acl (missing starting paths), as well as other extensions I'm thinking of.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the bugs
mailing list