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 9ab779e8a63c..85f378c55c26 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1497,6 +1497,7 @@ struct file_operations { | |||
1497 | long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long); | 1497 | long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long); |
1498 | long (*compat_ioctl) (struct file *, unsigned int, unsigned long); | 1498 | long (*compat_ioctl) (struct file *, unsigned int, unsigned long); |
1499 | int (*mmap) (struct file *, struct vm_area_struct *); | 1499 | int (*mmap) (struct file *, struct vm_area_struct *); |
1500 | void (*mremap)(struct file *, struct vm_area_struct *); | ||
1500 | int (*open) (struct inode *, struct file *); | 1501 | int (*open) (struct inode *, struct file *); |
1501 | int (*flush) (struct file *, fl_owner_t id); | 1502 | int (*flush) (struct file *, fl_owner_t id); |
1502 | int (*release) (struct inode *, struct file *); | 1503 | int (*release) (struct inode *, struct file *); |