NetBSD/sys/ufs/mfs
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
..
Makefile
mfs_extern.h include assumed headers 2007-08-02 12:53:30 +00:00
mfs_vfsops.c Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
mfs_vnops.c mfs_close: remove a broken assertion. 2008-01-17 10:24:05 +00:00
mfsnode.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00