Page MenuHomeFreeBSD

zfs: fixes for readdir
ClosedPublic

Authored by kib on Aug 16 2025, 1:43 AM.
Tags
None
Referenced Files
F166400313: D51930.id.diff
Thu, Aug 13, 9:40 AM
Unknown Object (File)
Sun, Aug 9, 4:49 PM
Unknown Object (File)
Sat, Aug 8, 7:32 PM
Unknown Object (File)
Sat, Aug 8, 5:55 PM
Unknown Object (File)
Sat, Aug 8, 11:16 AM
Unknown Object (File)
Mon, Jul 27, 4:32 PM
Unknown Object (File)
Sat, Jul 25, 11:09 AM
Unknown Object (File)
Fri, Jul 24, 8:41 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Aug 16 2025, 1:43 AM
sys/contrib/openzfs/module/os/freebsd/zfs/zfs_ctldir.c
722

If you are returning some entrie(s) but the
last one failed with ENAMETOOLONG, doesn't
that mean there are still entrie(s) to read?
(In other words, I would have said *eofp should
be 0 for this case. ufs_readdir() doesn't set eofflag
when it returns EINVAL, if I read the code correctly?)

kib marked an inline comment as done.

Do not set *eofp when not at EOF, but copyout failed due to ENAMETOOLONG.

This revision is now accepted and ready to land.Aug 16 2025, 4:48 AM