Module Name: src Committed By: dholland Date: Mon Jul 18 06:45:47 UTC 2011
Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Eliminate the old ufs_rename. The only reason the WAPBL one was different is that in order to avoid issues with the WAPBL journal lock the wrong locking had to be changed to different wrong locking. This is now moot. I have not hand-validated that the current two copies of rename are equivalent, or that the locking fixes merged with the old rename produce code that is textually identical (modulo WAPBL calls that do nothing when WAPBL is turned off) to the WAPBL rename... but I did this check when preparing my previous round of rename patches last year and all updates since have been applied to both. To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/sys/ufs/ufs/ufs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.