NetBSD/sys/fs/tmpfs
riastradh e203e3912f Fix renaming over mismatched non-directory types in tmpfs.
Renaming a file of any non-directory type over another file of any
other non-directory type is OK -- they need not match as long as
neither is a directory, so loosen the kassert to reflect this.

XXX Need to write test cases for this.

ok dholland, rmind
2011-07-13 03:28:41 +00:00
..
Makefile
TODO Replace tmpfs_pool custom allocator code with a simpler layer for memory 2010-06-22 18:32:07 +00:00
files.tmpfs Replace tmpfs_pool custom allocator code with a simpler layer for memory 2010-06-22 18:32:07 +00:00
tmpfs.h - Rework and document inode reference counting. Also document inode life 2011-05-29 22:29:06 +00:00
tmpfs_args.h
tmpfs_fifoops.c - Describe some locking. 2011-05-24 20:17:49 +00:00
tmpfs_fifoops.h - Describe some locking. 2011-05-24 20:17:49 +00:00
tmpfs_mem.c - tmpfs_alloc_node/tmpfs_free_node: move inode limiting into tmpfs_node_get() 2011-05-24 01:09:47 +00:00
tmpfs_specops.c - Describe some locking. 2011-05-24 20:17:49 +00:00
tmpfs_specops.h - Describe some locking. 2011-05-24 20:17:49 +00:00
tmpfs_subr.c Backout previous. May be I need more coffee. 2011-06-30 00:37:07 +00:00
tmpfs_vfsops.c - Rework and document inode reference counting. Also document inode life 2011-05-29 22:29:06 +00:00
tmpfs_vnops.c Fix renaming over mismatched non-directory types in tmpfs. 2011-07-13 03:28:41 +00:00
tmpfs_vnops.h - Describe some locking. 2011-05-24 20:17:49 +00:00