diff options
Diffstat (limited to 'include')
-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 83857d8070d3..929bf8d20c87 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -885,6 +885,7 @@ struct block_device_operations { | |||
885 | int (*ioctl) (struct inode *, struct file *, unsigned, unsigned long); | 885 | int (*ioctl) (struct inode *, struct file *, unsigned, unsigned long); |
886 | long (*unlocked_ioctl) (struct file *, unsigned, unsigned long); | 886 | long (*unlocked_ioctl) (struct file *, unsigned, unsigned long); |
887 | long (*compat_ioctl) (struct file *, unsigned, unsigned long); | 887 | long (*compat_ioctl) (struct file *, unsigned, unsigned long); |
888 | int (*direct_access) (struct block_device *, sector_t, 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 *); |
890 | struct module *owner; | 891 | struct module *owner; |