NetBSD/sys/fs/ptyfs
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
..
files.ptyfs
ptyfs_subr.c - Make new vnode construction MPSAFE. 2008-01-25 20:29:28 +00:00
ptyfs_vfsops.c Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
ptyfs_vnops.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
ptyfs.h