Unmap a bio
void bio_unmap_user(struct bio * bio);
bio
the bio being unmapped
Unmap a bio previously mapped by bio_map_user. Must be called with a process context.
bio_unmap_user may sleep.