diff options
author | 2021-03-08 08:45:50 +0100 | |
---|---|---|
committer | 2021-03-29 07:02:56 -0600 | |
commit | 0f00b82e5413571ed225ddbccad6882d7ea60bc7 (patch) | |
tree | ec9b8ad6317e769191c8d012aa6f8cf703c814d2 /include/linux/blkdev.h | |
parent | paride/pd: remove ->revalidate_disk (diff) | |
download | wireguard-linux-0f00b82e5413571ed225ddbccad6882d7ea60bc7.tar.xz wireguard-linux-0f00b82e5413571ed225ddbccad6882d7ea60bc7.zip |
block: remove the revalidate_disk method
No implementations left.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210308074550.422714-4-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 bc6bc8383b43..b4241f73f7a8 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1870,7 +1870,6 @@ struct block_device_operations { unsigned int (*check_events) (struct gendisk *disk, unsigned int clearing); void (*unlock_native_capacity) (struct gendisk *); - int (*revalidate_disk) (struct gendisk *); int (*getgeo)(struct block_device *, struct hd_geometry *); int (*set_read_only)(struct block_device *bdev, bool ro); /* this callback is with swap_lock and sometimes page table lock held */ |