Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/lfs
Module Name: src
Committed By: dholland
Date: Mon Jun 20 03:55:34 UTC 2016
Modified Files:
src/sys/ufs/lfs: lfs_vnops.c
Log Message:
In lfs_mknod, don't release dvp until done with it. This was exposed a
while back when I removed a sketchy preprocessor macro scheme, but I'd
left it the way it was at the time and marked it for later. Now I
guess it's later.
Also don't randomly use both dvp and ap->a_dvp; they're the same, so
pick one and stick to it.
To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 src/sys/ufs/lfs/lfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index