Files
linux-apfs/include/linux
Jens Axboe 0a0d96b03a block: add bio_kmalloc()
Not all callers need (or want!) the mempool backing guarentee, it
essentially means that you can only use bio_alloc() for short allocations
and not for preallocating some bio's at setup or init time.

So add bio_kmalloc() which does the same thing as bio_alloc(), except
it just uses kmalloc() as the backing instead of the bio mempools.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-10-09 08:56:17 +02:00
..
2008-10-09 08:56:17 +02:00
2008-08-20 13:19:51 -07:00
2008-08-28 08:33:23 +02:00
2008-10-05 18:23:27 +02:00
2008-08-25 17:28:25 +03:00
2008-09-01 09:47:16 +02:00
2008-10-09 08:56:06 +02:00
2008-08-16 16:45:56 -07:00
2008-08-16 16:45:56 -07:00
2008-08-26 10:37:20 -07:00
2008-09-16 19:35:05 -07:00
2008-10-02 15:53:13 -07:00
2008-08-20 15:40:32 -07:00
2008-09-05 18:14:35 +02:00
2008-08-17 22:47:30 +10:00
2008-08-15 19:52:30 -07:00
2008-09-05 14:39:38 -07:00
2008-08-15 10:34:07 -07:00
2008-08-16 16:45:56 -07:00