[Bug 276106] hexdump(1) is not able to skip on files residing on pseudo-filesystems

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 03 Jan 2024 21:29:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276106

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
It would seem better for pseudofs-based filesystems to correctly report file
sizes instead.  In particular, pfs_getattr() needs to set vap->va_size,
possibly by calling the fill function with a dummy UIO_NOCOPY uio.

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