Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/miscfs
Module Name: src
Committed By: hannken
Date: Mon Jun 29 16:48:20 UTC 2015
Modified Files:
src/sys/miscfs/deadfs: dead_vfsops.c
src/sys/miscfs/specfs: spec_vnops.c
Log Message:
Use the address of vp->v_specnode as vcache key. It is invariant
over the lifetime of the vnode.
The previous worked by luck, it took the first sizeof(void *) bytes
of struct vnode as key.
Resolves CID 1308957: wrong sizeof()
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/miscfs/deadfs/dead_vfsops.c
cvs rdiff -u -r1.150 -r1.151 src/sys/miscfs/specfs/spec_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