NetBSD/sys/fs/sysvbfs
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
..
bfs_sysvbfs.c __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
bfs.c __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
bfs.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
files.sysvbfs
Makefile
sysvbfs_vfsops.c specfs changes for PR kern/37717 (raidclose() is no longer called on 2008-01-24 17:32:52 +00:00
sysvbfs_vnops.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
sysvbfs.c Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
sysvbfs.h * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00