diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-09-22 08:12:08 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-09-22 08:12:08 +0000 |
| commit | 40f53a7cdc88503b648dcfef5ed2dcb86038dbba (patch) | |
| tree | 03c4583dec82191eff3a56ccf0543eae230e2176 /sys/compat/linuxkpi/common/include/linux/fs.h | |
| parent | c57460d9947103aaebb51aa08defc36315b043b2 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/fs.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/fs.h b/sys/compat/linuxkpi/common/include/linux/fs.h index 12f3a46f3b98..04fc78df4913 100644 --- a/sys/compat/linuxkpi/common/include/linux/fs.h +++ b/sys/compat/linuxkpi/common/include/linux/fs.h @@ -137,6 +137,7 @@ struct file_operations { ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *); unsigned int (*poll) (struct file *, struct poll_table_struct *); long (*unlocked_ioctl)(struct file *, unsigned int, unsigned long); + long (*compat_ioctl)(struct file *, unsigned int, unsigned long); int (*mmap)(struct file *, struct vm_area_struct *); int (*open)(struct inode *, struct file *); int (*release)(struct inode *, struct file *); @@ -157,7 +158,6 @@ struct file_operations { int (*readdir)(struct file *, void *, filldir_t); int (*ioctl)(struct inode *, struct file *, unsigned int, unsigned long); - long (*compat_ioctl)(struct file *, unsigned int, unsigned long); int (*flush)(struct file *, fl_owner_t id); int (*fsync)(struct file *, struct dentry *, int datasync); int (*aio_fsync)(struct kiocb *, int datasync); |
