diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index c6766314dc5e..cb78e389699b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1722,7 +1722,7 @@ extern int blkdev_driver_ioctl(struct inode *inode, struct file *file, | |||
1722 | struct gendisk *disk, unsigned cmd, | 1722 | struct gendisk *disk, unsigned cmd, |
1723 | unsigned long arg); | 1723 | unsigned long arg); |
1724 | extern long compat_blkdev_ioctl(struct file *, unsigned, unsigned long); | 1724 | extern long compat_blkdev_ioctl(struct file *, unsigned, unsigned long); |
1725 | extern int blkdev_get(struct block_device *, fmode_t, unsigned); | 1725 | extern int blkdev_get(struct block_device *, fmode_t); |
1726 | extern int blkdev_put(struct block_device *, fmode_t); | 1726 | extern int blkdev_put(struct block_device *, fmode_t); |
1727 | extern int bd_claim(struct block_device *, void *); | 1727 | extern int bd_claim(struct block_device *, void *); |
1728 | extern void bd_release(struct block_device *); | 1728 | extern void bd_release(struct block_device *); |