phk 2005-09-12 08:46:08 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
sys/kern vfs_subr.c
Log:
Introduce vfs_read_dirent() which can help VOP_READDIR() implementations
by handling all the cookie stuff.
Revision Changes Path
1.644 +27 -0 src/sys/kern/vfs_subr.c
1.307 +2 -0 src/sys/sys/vnode.h