Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ed122e6 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarMing Lei <ming.lei@redhat.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 071f52fb
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)
{