diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-04-03 03:21:50 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-05-06 17:38:01 -0400 |
commit | 1456c0a87c4241d3a801651019e66983c69ad17d (patch) | |
tree | 2e475b88151d625d22967324e6310ff4309ef731 /include/linux/fs.h | |
parent | 8174202b34c30e0c07231bf63f18ab29af634f0b (diff) |
blkdev_aio_write() - turn into blkdev_write_iter()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 4b221637f09e..1b9b6c59abdd 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2425,8 +2425,7 @@ extern ssize_t new_sync_read(struct file *filp, char __user *buf, size_t len, lo | |||
2425 | extern ssize_t new_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos); | 2425 | extern ssize_t new_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos); |
2426 | 2426 | ||
2427 | /* fs/block_dev.c */ | 2427 | /* fs/block_dev.c */ |
2428 | extern ssize_t blkdev_aio_write(struct kiocb *iocb, const struct iovec *iov, | 2428 | extern ssize_t blkdev_write_iter(struct kiocb *iocb, struct iov_iter *from); |
2429 | unsigned long nr_segs, loff_t pos); | ||
2430 | extern int blkdev_fsync(struct file *filp, loff_t start, loff_t end, | 2429 | extern int blkdev_fsync(struct file *filp, loff_t start, loff_t end, |
2431 | int datasync); | 2430 | int datasync); |
2432 | extern void block_sync_page(struct page *page); | 2431 | extern void block_sync_page(struct page *page); |