aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-05-19 16:33:21 +0200
committerJens Axboe <axboe@kernel.dk>2020-05-21 08:22:20 -0600
commit3783daeb1d24696ff00125050353cfce4f5b6239 (patch)
tree34450601d978323447b4c405e05ed953b17dbd17 /include/linux/fs.h
parents390/dasd: remove ioctl_by_bdev calls (diff)
downloadwireguard-linux-3783daeb1d24696ff00125050353cfce4f5b6239.tar.xz
wireguard-linux-3783daeb1d24696ff00125050353cfce4f5b6239.zip
block: remove ioctl_by_bdev
No callers left. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 1a95e5158811..861ca61d728b 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2636,7 +2636,6 @@ extern int sync_filesystem(struct super_block *);
extern const struct file_operations def_blk_fops;
extern const struct file_operations def_chr_fops;
#ifdef CONFIG_BLOCK
-extern int ioctl_by_bdev(struct block_device *, unsigned, unsigned long);
extern int blkdev_ioctl(struct block_device *, fmode_t, unsigned, unsigned long);
extern long compat_blkdev_ioctl(struct file *, unsigned, unsigned long);
extern int blkdev_get(struct block_device *bdev, fmode_t mode, void *holder);