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:56:08 +02:00
2008-10-09 08:56:19 +02:00
2008-10-09 08:56:19 +02:00
2005-04-16 15:20:36 -07:00
2008-07-04 09:52:13 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2008-07-16 20:33:47 +02:00
2008-04-29 14:48:33 +02:00
2008-10-09 08:57:05 +02:00
2005-04-16 15:20:36 -07:00
2008-02-14 20:58:04 -08:00
2008-05-02 10:25:52 -07:00