]> git.baikalelectronics.ru Git - kernel.git/commit
md: remove md_bio_alloc_sync
authorChristoph Hellwig <hch@lst.de>
Tue, 26 Jan 2021 14:52:43 +0000 (15:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 27 Jan 2021 16:51:48 +0000 (09:51 -0700)
commitbcbdf128bfb419440cea4ddfb3fcadbe4c74c044
tree5dfb9425470b361f923293eeaf274e9256c72898
parentd9de1d5e4d79fc9d6f1608bc7ee176790155eb40
md: remove md_bio_alloc_sync

md_bio_alloc_sync is never called with a NULL mddev, and ->sync_set is
initialized in md_run, so it always must be initialized as well.  Just
open code the remaining call to bio_alloc_bioset.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Song Liu <song@kernel.org>
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>
drivers/md/md.c