freebsd-skq/sys/fs/tmpfs
Gleb Kurtsou ca846258e2 Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()
Doomed vnode is hardly of any use here, besides all callers handle error
case. vfs_hash_get() does the same.

Don't mess with vnode holdcount, vget() takes care of it already.

Approved by:	mdf (mentor)
2012-03-14 08:29:21 +00:00
..
tmpfs_fifoops.c Reflect license change of NetBSD code. 2008-09-03 18:53:48 +00:00
tmpfs_fifoops.h Reflect license change of NetBSD code. 2008-09-03 18:53:48 +00:00
tmpfs_subr.c Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp() 2012-03-14 08:29:21 +00:00
tmpfs_vfsops.c Return EOPNOTSUPP since we only support update mounts for NFS export. 2012-01-17 01:25:53 +00:00
tmpfs_vnops.c Remove fifo.h. The only used function declaration from the header is 2012-03-11 12:19:58 +00:00
tmpfs_vnops.h Reflect license change of NetBSD code. 2008-09-03 18:53:48 +00:00
tmpfs.h When tmpfs_write() resets an extended file to its original size after an 2012-01-16 00:26:49 +00:00