Module Name: src Committed By: martin Date: Thu Aug 9 13:24:41 UTC 2018
Modified Files: src/sys/fs/tmpfs [netbsd-8]: tmpfs_vfsops.c Log Message: Pull up following revision(s) (requested by christos in ticket #968): sys/fs/tmpfs/tmpfs_vfsops.c: revision 1.73 Fix tmpfs performance regression from rmind@: Just from a very quick look, it seems like a regression introduced with the vcache changes: the MP-safe flag is set too late and not inherited by the root vnode. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.72.2.1 src/sys/fs/tmpfs/tmpfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.