freebsd-skq/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
pseudofs_internal.h
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
pseudofs.h Add VOP_GETEXTATTR(9) passthrough support to pseudofs. 2001-12-11 20:48:20 +00:00