Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Dec 2021 18:39:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 260241] [feature request] Provide a sysctl or fcntl that would return the list of paths for a given file descriptor
Message-ID:  <bug-260241-227-StslVj1QCq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260241-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260241-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260241

Damjan Jovanovic <damjan.jov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan.jov@gmail.com

--- Comment #1 from Damjan Jovanovic <damjan.jov@gmail.com> ---
Wine's file change notifications would also benefit from this
(https://source.winehq.org/patches/data/221384).

In that patch I've used sysctl with CTL_KERN + KERN_PROC + KERN_PROC_FILEDE=
SC +
pid, but frequent linear searches for each file descriptor are going to be
slow.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260241-227-StslVj1QCq>