Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

unexport blk_max_pfn

blk_max_pfn can now be unexported.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

authored by

Adrian Bunk and committed by
Jens Axboe
657e93be 31e103c5

-1
-1
block/blk-settings.c
··· 14 14 EXPORT_SYMBOL(blk_max_low_pfn); 15 15 16 16 unsigned long blk_max_pfn; 17 - EXPORT_SYMBOL(blk_max_pfn); 18 17 19 18 /** 20 19 * blk_queue_prep_rq - set a prepare_request function for queue