CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2013/01/14 02:44:57
Modified files: sys/ntfs : ntfs_vnops.c Log message: Free the directory block buffer at the completion of a readdir, significantly reducing NTFS kernel memory usage. Without this the buffer is not usually freed until the vnode is reclaimed. Tested by Sebastian Neuper. ok beck@ krw@