NetBSD/sys/fs/puffs
manu 0f1e9886f4 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.
2018-11-06 02:39:49 +00:00
..
files.puffs
Makefile
puffs_compat.c
puffs_msgif.c Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference to 2017-04-17 08:31:01 +00:00
puffs_msgif.h
puffs_node.c Typos. 2018-02-08 09:05:16 +00:00
puffs_subr.c
puffs_sys.h
puffs_vfsops.c add a genfs method to allow a file system to limit the range of pages 2018-05-28 21:04:37 +00:00
puffs_vnops.c Fix use after RECLAIM in PUFFS filesystems 2018-11-06 02:39:49 +00:00
TODO