diff options
author | Peter Wemm <peter@FreeBSD.org> | 2004-03-29 22:41:21 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2004-03-29 22:41:21 +0000 |
commit | b21126c6b3c6b76ce20572d7fac149bd5d4f795e (patch) | |
tree | 9ae8206254c3dd899dbfd13744073cb3aef5f1aa /sys/conf/NOTES | |
parent | 24b316d5ebe396da3d8c85468839be5d14bbfac3 (diff) | |
download | src-b21126c6b3c6b76ce20572d7fac149bd5d4f795e.tar.gz src-b21126c6b3c6b76ce20572d7fac149bd5d4f795e.zip |
Clean up the stub fake vnode locking implemenations. The main reason this
stuff was here (NFS) was fixed by Alfred in November. The only remaining
consumer of the stub functions was umapfs, which is horribly horribly
broken. It has missed out on about the last 5 years worth of maintenence
that was done on nullfs (from which umapfs is derived). It needs major
work to bring it up to date with the vnode locking protocol. umapfs really
needs to find a caretaker to bring it into the 21st century.
Functions GC'ed:
vop_noislocked, vop_nolock, vop_nounlock, vop_sharedlock.
Notes
Notes:
svn path=/head/; revision=127592
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 55ecdd804d7f..0e9698eb67d7 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -701,7 +701,8 @@ options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options SMBFS #SMB/CIFS filesystem options UDF #Universal Disk Format -options UMAPFS #UID map filesystem +#umapfs is seriously (functionally) broken at this point. +#options UMAPFS #UID map filesystem options UNIONFS #Union filesystem # The xFS_ROOT options REQUIRE the associated ``options xFS'' options NFS_ROOT #NFS usable as root device |