diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 3622e952e98c..9b1278e21279 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -884,6 +884,7 @@ struct block_device_operations { | |||
884 | int (*open) (struct inode *, struct file *); | 884 | int (*open) (struct inode *, struct file *); |
885 | int (*release) (struct inode *, struct file *); | 885 | int (*release) (struct inode *, struct file *); |
886 | int (*ioctl) (struct inode *, struct file *, unsigned, unsigned long); | 886 | int (*ioctl) (struct inode *, struct file *, unsigned, unsigned long); |
887 | long (*unlocked_ioctl) (struct file *, unsigned, unsigned long); | ||
887 | long (*compat_ioctl) (struct file *, unsigned, unsigned long); | 888 | long (*compat_ioctl) (struct file *, unsigned, unsigned long); |
888 | int (*media_changed) (struct gendisk *); | 889 | int (*media_changed) (struct gendisk *); |
889 | int (*revalidate_disk) (struct gendisk *); | 890 | int (*revalidate_disk) (struct gendisk *); |