All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: unexport blk_register_queue
@ 2021-08-16 12:36 Christoph Hellwig
  2021-08-16 16:54 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2021-08-16 12:36 UTC (permalink / raw)
  To: axboe; +Cc: linux-block

Not actually used in any modular code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 block/blk-sysfs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c
index 1832587dce3a..586507a5b8c2 100644
--- a/block/blk-sysfs.c
+++ b/block/blk-sysfs.c
@@ -939,7 +939,6 @@ int blk_register_queue(struct gendisk *disk)
 
 	return ret;
 }
-EXPORT_SYMBOL_GPL(blk_register_queue);
 
 /**
  * blk_unregister_queue - counterpart of blk_register_queue()
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block: unexport blk_register_queue
  2021-08-16 12:36 [PATCH] block: unexport blk_register_queue Christoph Hellwig
@ 2021-08-16 16:54 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2021-08-16 16:54 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-block

On 8/16/21 6:36 AM, Christoph Hellwig wrote:
> Not actually used in any modular code.

Applied, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-16 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-16 12:36 [PATCH] block: unexport blk_register_queue Christoph Hellwig
2021-08-16 16:54 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.