aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 11de682c65a1..ff536e106b4e 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1717,7 +1717,7 @@ extern const struct file_operations bad_sock_fops;
1717extern const struct file_operations def_fifo_fops; 1717extern const struct file_operations def_fifo_fops;
1718#ifdef CONFIG_BLOCK 1718#ifdef CONFIG_BLOCK
1719extern int ioctl_by_bdev(struct block_device *, unsigned, unsigned long); 1719extern int ioctl_by_bdev(struct block_device *, unsigned, unsigned long);
1720extern int blkdev_ioctl(struct inode *, struct file *, unsigned, unsigned long); 1720extern int blkdev_ioctl(struct block_device *, fmode_t, unsigned, unsigned long);
1721extern long compat_blkdev_ioctl(struct file *, unsigned, unsigned long); 1721extern long compat_blkdev_ioctl(struct file *, unsigned, unsigned long);
1722extern int blkdev_get(struct block_device *, fmode_t); 1722extern int blkdev_get(struct block_device *, fmode_t);
1723extern int blkdev_put(struct block_device *, fmode_t); 1723extern int blkdev_put(struct block_device *, fmode_t);