diff options
author | Christoph Hellwig <hch@lst.de> | 2016-10-30 16:42:02 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-10-30 17:09:42 (GMT) |
commit | 723c038475b78edc9327eb952f95f9881cc9d79d (patch) | |
tree | 551fe8d35221c67853a44a14bd5713f927bfe1b4 /Documentation/filesystems/Locking | |
parent | 0b944d3a4bba6b25f43aed530f4fa85c04d162a6 (diff) | |
download | linux-723c038475b78edc9327eb952f95f9881cc9d79d.tar.xz |
fs: remove the never implemented aio_fsync file operation
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation/filesystems/Locking')
-rw-r--r-- | Documentation/filesystems/Locking | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 14cdc10..1b5f156 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking @@ -447,7 +447,6 @@ prototypes: int (*flush) (struct file *); int (*release) (struct inode *, struct file *); int (*fsync) (struct file *, loff_t start, loff_t end, 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 (*readv) (struct file *, const struct iovec *, unsigned long, |