diff options
author | Christoph Hellwig | 2020-06-20 09:16:36 +0200 |
---|---|---|
committer | Jens Axboe | 2020-06-24 09:16:02 -0600 |
commit | 764b23bd9af8ff8ecc664816e39d4791b6a72bfd (patch) | |
tree | f992c596e2a7f6f337ef207aa7877a28bd71d84f /include | |
parent | b818f09e46f9f6a66471f81bf83094ff0a477d0c (diff) |
block: mark bd_finish_claiming static
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 7f40dbafbf6d..b1c960e9b84e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2646,8 +2646,6 @@ extern struct block_device *blkdev_get_by_dev(dev_t dev, fmode_t mode, void *holder); extern struct block_device *bd_start_claiming(struct block_device *bdev, void *holder); -extern void bd_finish_claiming(struct block_device *bdev, - struct block_device *whole, void *holder); extern void bd_abort_claiming(struct block_device *bdev, struct block_device *whole, void *holder); extern void blkdev_put(struct block_device *bdev, fmode_t mode); |