CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/09/21 21:34:32
Modified files: sys/tmpfs : tmpfs.h tmpfs_subr.c tmpfs_vnops.c Log message: The readdir vop should set uio_offset to the cookie of the entry after the last entry that fit, but I had it setting it to the cookier of the entry after that, so it would skip one entry for each block required. Remove the no-longer-needed cnt/cntp variable while we're touching things. prodding and testing by espie@