NetBSD/sys/ufs
dholland 717e1785a5 Fix some race conditions in rename.
Introduce a per-FS rename lock and new vfsops to manipulate it.
Get this lock while renaming. Also add another relookup() in do_sys_rename,
which is a hack to kludge around some of the worst deficiencies of
ufs_rename.
reviewed-by: pooka (and an earlier rev by ad)
posted on tech-kern with no objections.
2008-01-28 14:31:15 +00:00
..
ext2fs Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
ffs Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
lfs Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
mfs Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
ufs Remove VOP_LEASE. Discussed on tech-kern. 2008-01-25 14:32:11 +00:00
files.ufs defflag LFS_KERNEL_RFW (in opt_lfs.h). 2007-12-12 02:56:03 +00:00
Makefile