diff options
author | dillon <dillon@FreeBSD.org> | 2002-04-30 18:44:32 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2002-04-30 18:44:32 +0000 |
commit | 8468513da03404c4a6038d5c9c248a7aa1853ec9 (patch) | |
tree | bb7202670f43e2569f5aa51044d817a3126999e6 /sys/isa | |
parent | 1e3fa59089dcab40bc0b7515b68230f5770790f7 (diff) | |
download | FreeBSD-src-8468513da03404c4a6038d5c9c248a7aa1853ec9.zip FreeBSD-src-8468513da03404c4a6038d5c9c248a7aa1853ec9.tar.gz |
These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module
loading breakage'). The patch fixes serious issues with the VFS
operations vector array which results in a crash when a filesystem module
adding a new VOP is loaded into the kernel. Basically what was happening
before was that the old operations vector was being freed and a new one
allocated. The original MALLOC code tended to reuse the same address
for the case and so the bug did not rear its ugly head until the new memory
subsystem was emplaced.
This patch replaces the temporary workaround Dave O'Brien comitted in 1.58.
The patch is clean enough that I intend to MFC it to stable at some point.
Submitted by: Alexander Kabaev <ak03@gte.com>
MFC after: 1 week
Diffstat (limited to 'sys/isa')
0 files changed, 0 insertions, 0 deletions