diff options
author | Goldwyn Rodrigues <rgoldwyn@suse.com> | 2019-11-25 22:24:03 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-05-28 15:01:51 +0300 |
commit | b75b7ca7c27dfd61dba368f390b7d4dc20b3a8cb (patch) | |
tree | df58fa87f32b7ed565cdce13d9d1cf566ea143a7 /include/linux/fs.h | |
parent | a43a67a2d715540c1368b9501a22b0373b5874c0 (diff) | |
download | linux-b75b7ca7c27dfd61dba368f390b7d4dc20b3a8cb.tar.xz |
fs: remove dio_end_io()
Since we removed the last user of dio_end_io(), remove the helper
function dio_end_io().
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 366c533d30cd..e84623d5e173 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -3187,8 +3187,6 @@ enum { DIO_SKIP_HOLES = 0x02, }; -void dio_end_io(struct bio *bio); - ssize_t __blockdev_direct_IO(struct kiocb *iocb, struct inode *inode, struct block_device *bdev, struct iov_iter *iter, get_block_t get_block, |