diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 7b61e94bf8fc..f53bf4ff1955 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1523,6 +1523,9 @@ extern const struct file_operations def_fifo_fops; | |||
1523 | #ifdef CONFIG_BLOCK | 1523 | #ifdef CONFIG_BLOCK |
1524 | extern int ioctl_by_bdev(struct block_device *, unsigned, unsigned long); | 1524 | extern int ioctl_by_bdev(struct block_device *, unsigned, unsigned long); |
1525 | extern int blkdev_ioctl(struct inode *, struct file *, unsigned, unsigned long); | 1525 | extern int blkdev_ioctl(struct inode *, struct file *, unsigned, unsigned long); |
1526 | extern int blkdev_driver_ioctl(struct inode *inode, struct file *file, | ||
1527 | struct gendisk *disk, unsigned cmd, | ||
1528 | unsigned long arg); | ||
1526 | extern long compat_blkdev_ioctl(struct file *, unsigned, unsigned long); | 1529 | extern long compat_blkdev_ioctl(struct file *, unsigned, unsigned long); |
1527 | extern int blkdev_get(struct block_device *, mode_t, unsigned); | 1530 | extern int blkdev_get(struct block_device *, mode_t, unsigned); |
1528 | extern int blkdev_put(struct block_device *); | 1531 | extern int blkdev_put(struct block_device *); |