freebsd-skq/sys/fs/tmpfs
Gleb Kurtsou db94ad126a Prevent tmpfs_rename() deadlock in a way similar to UFS
Unlock vnodes and try to lock them one by one. Relookup fvp and tvp.

Approved by:	mdf (mentor)
2012-03-14 09:15:50 +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 Prevent tmpfs_rename() deadlock in a way similar to UFS 2012-03-14 09:15:50 +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 Prevent tmpfs_rename() deadlock in a way similar to UFS 2012-03-14 09:15:50 +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