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 269086440071..a2b5d64ea503 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1702,6 +1702,7 @@ struct file_operations { | |||
1702 | long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long); | 1702 | long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long); |
1703 | long (*compat_ioctl) (struct file *, unsigned int, unsigned long); | 1703 | long (*compat_ioctl) (struct file *, unsigned int, unsigned long); |
1704 | int (*mmap) (struct file *, struct vm_area_struct *); | 1704 | int (*mmap) (struct file *, struct vm_area_struct *); |
1705 | unsigned long mmap_supported_flags; | ||
1705 | int (*open) (struct inode *, struct file *); | 1706 | int (*open) (struct inode *, struct file *); |
1706 | int (*flush) (struct file *, fl_owner_t id); | 1707 | int (*flush) (struct file *, fl_owner_t id); |
1707 | int (*release) (struct inode *, struct file *); | 1708 | int (*release) (struct inode *, struct file *); |