]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/fs.h
fs: remove the never implemented aio_fsync file operation
[mirror_ubuntu-zesty-kernel.git] / include / linux / fs.h
index 16d2b6e874d679597478e653f3ef23974e0c33de..ff7bcd9e83989c4032a7c737bc8a08248c3c947b 100644 (file)
@@ -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);