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

Jilles Tjoelker <jil...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|patch                       |
                 CC|                            |jil...@freebsd.org

--- Comment #5 from Jilles Tjoelker <jil...@freebsd.org> ---
As it is now, KERN_PROC_FILEDESC is designed for debugging only. The namecache
is best-effort. See for example SVN r275897, which states that newly created
files are deliberately not entered into the namecache (as part of a change to
enter core dump filenames into the namecache).

A second problem is that KERN_PROC_FILEDESC processes all file descriptors at
once and may therefore be slow.

I think directory file descriptors always know their names because directories
have a single "..", all the way up to the root.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to