Module Name: src Committed By: riastradh Date: Wed Apr 1 20:03:11 UTC 2015
Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Don't use dvp after vput(dvp). Still don't understand why the fstrans_done must happen after the vput, and that will cause trouble once we move responsibility for the vrele and unlock outside the vop as it seems obvious we ought to do -- it's the caller's reference, not the vop's. To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 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.