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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 4193a0bd99b0..8f7fc8db4679 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1518,6 +1518,7 @@ struct file_operations {
1518 long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long); 1518 long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long);
1519 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); 1519 long (*compat_ioctl) (struct file *, unsigned int, unsigned long);
1520 int (*mmap) (struct file *, struct vm_area_struct *); 1520 int (*mmap) (struct file *, struct vm_area_struct *);
1521 void (*mremap)(struct file *, struct vm_area_struct *);
1521 int (*open) (struct inode *, struct file *); 1522 int (*open) (struct inode *, struct file *);
1522 int (*flush) (struct file *, fl_owner_t id); 1523 int (*flush) (struct file *, fl_owner_t id);
1523 int (*release) (struct inode *, struct file *); 1524 int (*release) (struct inode *, struct file *);