|
@@ -1709,7 +1709,6 @@ struct file_operations {
|
|
|
int (*flush) (struct file *, fl_owner_t id);
|
|
|
int (*release) (struct inode *, struct file *);
|
|
|
int (*fsync) (struct file *, loff_t, loff_t, int datasync);
|
|
|
- int (*aio_fsync) (struct kiocb *, int datasync);
|
|
|
int (*fasync) (int, struct file *, int);
|
|
|
int (*lock) (struct file *, int, struct file_lock *);
|
|
|
ssize_t (*sendpage) (struct file *, struct page *, int, size_t, loff_t *, int);
|