diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-21 10:19:58 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-09-23 19:43:19 +0300 |
commit | 1fb1a2ad75e33e646d33e42b9ed17d879d472859 (patch) | |
tree | 6019e5cf502bb498730b9abaf3fec19b61db2112 /include/linux/blkdev.h | |
parent | 36daaa98f7ad9224421b18549a3f7bdf4d220414 (diff) | |
download | linux-1fb1a2ad75e33e646d33e42b9ed17d879d472859.tar.xz |
block: mark blkdev_get static
There are no users outside the core block code left now.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 6e19a7aa1672..be5ef6f4ba19 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1981,7 +1981,6 @@ void blkdev_show(struct seq_file *seqf, off_t offset); #define BLKDEV_MAJOR_MAX 0 #endif -int blkdev_get(struct block_device *bdev, fmode_t mode, void *holder); struct block_device *blkdev_get_by_path(const char *path, fmode_t mode, void *holder); struct block_device *blkdev_get_by_dev(dev_t dev, fmode_t mode, void *holder); |