[Bug 264723] the KERN_LOCKF sysctl returns kl_file_fsid that doesn't match st_dev from stat()
Date: Fri, 17 Jun 2022 17:25:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264723
Mark Johnston <markj@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
CC| |markj@FreeBSD.org
--- Comment #2 from Mark Johnston <markj@FreeBSD.org> ---
Seems reasonable to me, but then the name kl_file_fsid should change to
kl_file_dev, IMO. Or the code should use VOP_GETATTR instead (but this is
probably slower?) and perform the same translation as other consumers.
--
You are receiving this mail because:
You are the assignee for the bug.