NetBSD/sys/fs/v7fs
hannken 04c776e5c8 Change vnode operations create, mknod, mkdir and symlink to return
the resulting vnode *vpp unlocked.

Discussed on tech-kern@

Welcome to 6.99.30
2014-01-23 10:13:55 +00:00
..
files.v7fs
Makefile
v7fs_args.h
v7fs_datablock.c
v7fs_datablock.h
v7fs_dirent.c
v7fs_dirent.h
v7fs_endian.c
v7fs_endian.h
v7fs_extern.c
v7fs_extern.h
v7fs_file_util.c
v7fs_file.c
v7fs_file.h
v7fs_impl.h
v7fs_inode_util.c
v7fs_inode.c
v7fs_inode.h
v7fs_io_kern.c v7fs: replace malloc(9) with kmem(9), fix a memory leak and few missing 2013-11-20 23:44:23 +00:00
v7fs_io_user.c
v7fs_io.c prevent memory leak on error 2013-06-28 14:49:14 +00:00
v7fs_superblock_util.c
v7fs_superblock.c
v7fs_superblock.h
v7fs_vfsops.c change the mountlist CIRCLEQ into a TAILQ 2013-11-23 13:35:36 +00:00
v7fs_vnops.c Change vnode operations create, mknod, mkdir and symlink to return 2014-01-23 10:13:55 +00:00
v7fs.h