HomeFreeBSD

vfs: Export get_next_dirent() as vn_dir_next_dirent()

Description

vfs: Export get_next_dirent() as vn_dir_next_dirent()

Move internal-to-'vfs_default.c' get_next_dirent() to 'vfs_vnops.c' and
export it for use by other parts of the VFS. This is a preparatory
change for using it in vfs_emptydir().

No functional change.

Reviewed by: kib
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D39755

Details

Provenance
olceAuthored on Apr 23 2023, 7:47 AM
kibCommitted on Apr 28 2023, 1:27 AM
Reviewer
kib
Differential Revision
D39755: vfs: Export get_next_dirent() as vn_dir_next_dirent()
Parents
rG7f6a000fcec3: CONTRIBUTING: add intro describing the ways we accept contributions
Branches
Unknown
Tags
Unknown