Module Name: src Committed By: martin Date: Tue Nov 6 14:47:38 UTC 2018
Modified Files: src/sys/fs/puffs [netbsd-8]: puffs_vnops.c Log Message: Pull up following revision(s) (requested by manu in ticket #1082): sys/fs/puffs/puffs_vnops.c: revision 1.213 Fix use after RECLAIM in PUFFS filesystems >From hannken@ When puffs_cookie2vnode() misses an entry and vrele() it operations puffs_vnop_reclaim() and puffs_vnop_fsync() get called with a VNON vnode. Do not notify the server in this case as the cookie is stale. To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.211.2.1 src/sys/fs/puffs/puffs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.