NetBSD/sys/fs/tmpfs
chs fd34ea77eb remove checks for failure after memory allocation calls that cannot fail:
kmem_alloc() with KM_SLEEP
  kmem_zalloc() with KM_SLEEP
  percpu_alloc()
  pserialize_create()
  psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
2017-06-01 02:45:05 +00:00
..
Makefile
TODO
files.tmpfs
tmpfs.h Change the protocol to update a mounted file system from read-write 2017-03-01 10:44:47 +00:00
tmpfs_args.h
tmpfs_fifoops.c
tmpfs_fifoops.h
tmpfs_mem.c Two fixes from rmind 2016-08-22 23:07:36 +00:00
tmpfs_rename.c Fix typo in comment. 2015-07-06 10:24:59 +00:00
tmpfs_specops.c
tmpfs_specops.h
tmpfs_subr.c Change tmpfs_chsize() to update mtime etc. even if "length == node->tn_size". 2017-01-04 10:06:43 +00:00
tmpfs_vfsops.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
tmpfs_vnops.c Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
tmpfs_vnops.h