
instead of bp->b_bcount. The I/O operation may have changed bp->b_bcount, and not all of the kernel virtual memory will be freed. This will result in the VM system putting pages back on the free list which are still mapped. This may cause a deadlock later trying to enter pages into the kernel pmap. [See PR#4120 for more details.]
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%