The bp_mapout function deallocates the system virtual address space
associated with a buffer header page list.
Arguments
bp
Pointer to the buffer header structure.
Return values
None
Usage
The virtual address space must have been allocated by
a previous call to
bp_mapin(D3).
Drivers should not reference any virtual addresses in the mapped range
after bp_mapout has been called.
Context and synchronization
Non-blockable, interrupt, user, or blockable
context.