freebsd-nq/sys/fs/pseudofs
Matthew Dillon 08f3c74981 Pseudofs was leaking VFS cache entries badly due to its cache and use of
the wrong VOP descriptor.  This misuse caused VFS-cached vnodes to be
re-cached, resulting in the leak.  This commit is an interim fix until DES
has a chance to rework the code involved.
2001-12-19 23:58:09 +00:00
..
pseudofs_fileno.c Reduce the number of #include dependencies by declaring some of the structs 2001-11-03 03:07:09 +00:00
pseudofs_internal.h [the previous commit to pseudofs_vncache.c got the wrong log message] 2001-10-01 04:26:33 +00:00
pseudofs_vncache.c Pseudofs was leaking VFS cache entries badly due to its cache and use of 2001-12-19 23:58:09 +00:00
pseudofs_vnops.c Pseudofs was leaking VFS cache entries badly due to its cache and use of 2001-12-19 23:58:09 +00:00
pseudofs.c Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
pseudofs.h Add VOP_GETEXTATTR(9) passthrough support to pseudofs. 2001-12-11 20:48:20 +00:00