NetBSD/sys/fs/tmpfs
hannken 032b3dee5f Fix file handle operations for tmpfs by removing a now bogus test and
fixing the return value of tmpfs_fhtovp() in the not-found case.

When vmlocking2 was merged to head (Jan 2008 !!) the inode numbering was
changed.  Before inodes were numbered 2..tm_nodes_max-1 and after the
merge the numbers are derived from the nodes memory address.

Fixes PR #43605 (tmpfs file handles are broken)
2011-04-02 14:24:53 +00:00
..
files.tmpfs Replace tmpfs_pool custom allocator code with a simpler layer for memory 2010-06-22 18:32:07 +00:00
Makefile Install mount argument structure header just like every other file system. 2008-07-28 12:42:12 +00:00
tmpfs_args.h Solve the fstat-wants-to-look-at-kernel-data-structures in a nicer 2008-07-29 09:10:09 +00:00
tmpfs_fifoops.c add arg so it will compile. 2008-06-19 23:57:22 +00:00
tmpfs_fifoops.h Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. 2010-03-29 13:11:32 +00:00
tmpfs_mem.c tmpfs_bytes_max: use MIN() rather than min(), which returns int. 2010-06-28 19:32:43 +00:00
tmpfs_specops.c add NULL arg so it will compile. 2008-06-20 00:07:47 +00:00
tmpfs_specops.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tmpfs_subr.c Make zero length symlinks work on tmpfs. 2011-04-01 17:40:54 +00:00
tmpfs_vfsops.c Fix file handle operations for tmpfs by removing a now bogus test and 2011-04-02 14:24:53 +00:00
tmpfs_vnops.c Add some support for unionfs (not built by default). It's still 2011-01-13 13:35:11 +00:00
tmpfs_vnops.h Add some support for unionfs (not built by default). It's still 2011-01-13 13:35:11 +00:00
tmpfs.h Add some support for unionfs (not built by default). It's still 2011-01-13 13:35:11 +00:00
TODO Replace tmpfs_pool custom allocator code with a simpler layer for memory 2010-06-22 18:32:07 +00:00