diff options
author | jhb <jhb@FreeBSD.org> | 2001-05-21 18:47:17 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-05-21 18:47:17 +0000 |
commit | 0df006928d226147ffd2d881d4a8596ece44dc98 (patch) | |
tree | f65b1b43bfc92d677d4db74d4c216857f6f1b231 /sys/pccard | |
parent | 50d57b68fb2b13077d66ee41159a56a11536e776 (diff) | |
download | FreeBSD-src-0df006928d226147ffd2d881d4a8596ece44dc98.zip FreeBSD-src-0df006928d226147ffd2d881d4a8596ece44dc98.tar.gz |
- Assert that the vm mutex is held in pipe_free_kmem().
- Don't release the vm mutex early in pipespace() but instead hold it
across vm_object_deallocate() if vm_map_find() returns an error and
across pipe_free_kmem() if vm_map_find() succeeds.
- Add a XXX above a zfree() since zalloc already has its own locking,
one would hope that zfree() wouldn't need the vm lock.
Diffstat (limited to 'sys/pccard')
0 files changed, 0 insertions, 0 deletions