From: Christoph Hellwig Date: Tue, 24 Jul 2018 07:52:33 +0000 (+0200) Subject: md: remove a bogus comment X-Git-Tag: v4.19-rc1~173^2~75 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=3ed122e68bb2dcab36b48109431341736e37ce85;p=linux.git md: remove a bogus comment The function name mentioned doesn't exist, and the code next to it doesn't match the description either. Signed-off-by: Christoph Hellwig Reviewed-by: Ming Lei Signed-off-by: Jens Axboe --- diff --git a/drivers/md/md.c b/drivers/md/md.c index f6e58dbca0d4..cb4eb5faa519 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -204,10 +204,6 @@ static int start_readonly; */ static bool create_on_open = true; -/* bio_clone_mddev - * like bio_clone_bioset, but with a local bio set - */ - struct bio *bio_alloc_mddev(gfp_t gfp_mask, int nr_iovecs, struct mddev *mddev) {