diff options
| author | 2020-09-21 09:19:58 +0200 | |
|---|---|---|
| committer | 2020-09-23 10:43:19 -0600 | |
| commit | 1fb1a2ad75e33e646d33e42b9ed17d879d472859 (patch) | |
| tree | 6019e5cf502bb498730b9abaf3fec19b61db2112 /include/linux/blkdev.h | |
| parent | PM: mm: cleanup swsusp_swap_check (diff) | |
| download | linux-dev-1fb1a2ad75e33e646d33e42b9ed17d879d472859.tar.xz linux-dev-1fb1a2ad75e33e646d33e42b9ed17d879d472859.zip | |
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); |
