direct-io: use bio_release_pages in dio_bio_complete
authorChristoph Hellwig <hch@lst.de>
Wed, 26 Jun 2019 13:49:27 +0000 (15:49 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 29 Jun 2019 15:47:31 +0000 (09:47 -0600)
commitd7c8aa85ed204ccebf0c18f29b941d52b33deae3
treedb7a78a89d8a5b11761c23da637f2cab82ce4759
parent9fec4a21886e67c3337e1762eda9f71a1822cba8
direct-io: use bio_release_pages in dio_bio_complete

Use bio_release_pages instead of duplicating it.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/direct-io.c