https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234152
--- Comment #1 from Ed Maste <[email protected]> --- mmacy tracked this to jevents.c's use of nftw(3) which traverses in filesystem order. nftw uses fts(3) internally but there is unfortunately no way to have it sort entries. There was a suggestion of a flag extension to POSIX (e.g. FTW_SORT) to have nftw pass a comparison function to fts_open. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
