* [2.6 patch] unexport blk_max_pfn
@ 2008-04-23 9:52 Adrian Bunk
2008-04-25 10:46 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-04-23 9:52 UTC (permalink / raw)
To: axboe; +Cc: linux-kernel
blk_max_pfn can now be unexported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
cb4bf25adc9782eebb03eceeca9aa14a10ccfaa9 diff --git a/block/blk-settings.c b/block/blk-settings.c
index 5713f7e..77b51dc 100644
--- a/block/blk-settings.c
+++ b/block/blk-settings.c
@@ -14,7 +14,6 @@ unsigned long blk_max_low_pfn;
EXPORT_SYMBOL(blk_max_low_pfn);
unsigned long blk_max_pfn;
-EXPORT_SYMBOL(blk_max_pfn);
/**
* blk_queue_prep_rq - set a prepare_request function for queue
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] unexport blk_max_pfn
2008-04-23 9:52 [2.6 patch] unexport blk_max_pfn Adrian Bunk
@ 2008-04-25 10:46 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2008-04-25 10:46 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel
On Wed, Apr 23 2008, Adrian Bunk wrote:
> blk_max_pfn can now be unexported.
Applied
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-25 10:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-23 9:52 [2.6 patch] unexport blk_max_pfn Adrian Bunk
2008-04-25 10:46 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox