Module Name: src Committed By: dholland Date: Tue Sep 15 15:00:32 UTC 2015
Modified Files: src/sys/ufs/lfs: lfs_rename.c lfs_vnops.c ulfs_extern.h ulfs_lookup.c ulfs_vnops.c Log Message: Kill off ulfs_makedirentry; just pass the data to ulfs_direnter instead. For now, move one copy of the code that allocates and fills in a temporary struct lfs_direct to the top of ulfs_direnter; but it should go away shortly. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/ufs/lfs/lfs_rename.c cvs rdiff -u -r1.289 -r1.290 src/sys/ufs/lfs/lfs_vnops.c cvs rdiff -u -r1.16 -r1.17 src/sys/ufs/lfs/ulfs_extern.h cvs rdiff -u -r1.27 -r1.28 src/sys/ufs/lfs/ulfs_lookup.c cvs rdiff -u -r1.29 -r1.30 src/sys/ufs/lfs/ulfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.