From: Denis ChengRq Date: Thu, 9 Oct 2008 06:57:05 +0000 (+0200) Subject: block: mark bio_split_pool static X-Git-Tag: v2.6.28-rc1~733^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6feef531f55cf4a20fd9eb39f5352e5745203603;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed