]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
md: remove a bogus comment
authorChristoph Hellwig <hch@lst.de>
Tue, 24 Jul 2018 07:52:33 +0000 (09:52 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 24 Jul 2018 20:43:24 +0000 (14:43 -0600)
The function name mentioned doesn't exist, and the code next to it
doesn't match the description either.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/md.c

index f6e58dbca0d44bddd94a82bd546e6882260b6f35..cb4eb5faa519f362dc00c2bdc4fa5e65ef6bfbd8 100644 (file)
@@ -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)
 {