NetBSD/sys/ufs/chfs
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
..
chfs_args.h
chfs_build.c
chfs_erase.c
chfs_gc.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
chfs_inode.h
chfs_malloc.c
chfs_nodeops.c
chfs_pool.c
chfs_pool.h
chfs_readinode.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
chfs_scan.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
chfs_subr.c
chfs_vfsops.c Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
chfs_vnode_cache.c
chfs_vnode.c KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. 2017-04-01 19:35:56 +00:00
chfs_vnops.c Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
chfs_wbuf.c
chfs_write.c
chfs.h
debug.h
ebh_media.h
ebh_misc.h
ebh.c
ebh.h
media.h