diff options
author | Christoph Hellwig <hch@lst.de> | 2018-07-24 10:52:33 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-07-24 23:43:24 +0300 |
commit | 3ed122e68bb2dcab36b48109431341736e37ce85 (patch) | |
tree | 18e68d5c420ba16d4ba432e8fb5cab70ba06e40e /drivers/md/md.c | |
parent | 071f52fbce6161706d070ceada5accb81630bf02 (diff) | |
download | linux-3ed122e68bb2dcab36b48109431341736e37ce85.tar.xz |
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 <hch@lst.de>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r-- | drivers/md/md.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) { |