Denis ChengRq 6feef531f5 block: mark bio_split_pool static
Since all bio_split calls refer the same single bio_split_pool, the bio_split
function can use bio_split_pool directly instead of the mempool_t parameter;

then the mempool_t parameter can be removed from bio_split param list, and
bio_split_pool is only referred in fs/bio.c file, can be marked static.

Signed-off-by: Denis ChengRq <crquan@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-10-09 08:57:05 +02:00
..
2008-10-09 08:57:05 +02:00
2008-08-19 18:47:56 +02:00
2008-08-26 00:19:28 +10:00
2008-10-09 08:57:05 +02:00
2008-09-30 09:57:22 +02:00
2008-10-09 08:56:01 +02:00
2008-10-03 09:18:17 -07:00
2008-08-04 12:51:06 +09:00
2008-08-13 17:33:00 -07:00