projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a60f36
)
block: unexport blkdev_ioctl
author
Christoph Hellwig
<hch@lst.de>
Tue, 12 Oct 2021 10:44:48 +0000
(12:44 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 18 Oct 2021 12:17:34 +0000
(06:17 -0600)
With the raw driver gone, there is no modular user left.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link:
https://lore.kernel.org/r/20211012104450.659013-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/ioctl.c
patch
|
blob
|
history
diff --git
a/block/ioctl.c
b/block/ioctl.c
index eb0491e90b9a0c07a552049a183537b189289005..0f823444cc557abf3024208c33aee4b2eec18600 100644
(file)
--- a/
block/ioctl.c
+++ b/
block/ioctl.c
@@
-588,7
+588,6
@@
int blkdev_ioctl(struct block_device *bdev, fmode_t mode, unsigned cmd,
return -ENOTTY;
return bdev->bd_disk->fops->ioctl(bdev, mode, cmd, arg);
}
-EXPORT_SYMBOL_GPL(blkdev_ioctl); /* for /dev/raw */
#ifdef CONFIG_COMPAT