https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234152

--- Comment #1 from Ed Maste <ema...@freebsd.org> ---
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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to