]> git.baikalelectronics.ru Git - kernel.git/commit
zonefs: use bio_alloc in zonefs_file_dio_append
authorChristoph Hellwig <hch@lst.de>
Tue, 26 Jan 2021 14:52:31 +0000 (15:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 27 Jan 2021 16:51:48 +0000 (09:51 -0700)
commit8a2c6ecf56b71d3e959ce3a655e6a1754cf39d0b
tree706788e0ecbcf07b978b43596857359694505114
parent4b22277743ebb2825b98a2a9201a3359ff78a13f
zonefs: use bio_alloc in zonefs_file_dio_append

Use bio_alloc instead of open coding it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Acked-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/zonefs/super.c