diff options
-rw-r--r-- | block/bio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/block/bio.c b/block/bio.c index 2b375020fc49..d3c26d1cb1da 100644 --- a/block/bio.c +++ b/block/bio.c | |||
@@ -1403,7 +1403,7 @@ struct bio *bio_map_user_iov(struct request_queue *q, | |||
1403 | bio_set_flag(bio, BIO_USER_MAPPED); | 1403 | bio_set_flag(bio, BIO_USER_MAPPED); |
1404 | 1404 | ||
1405 | /* | 1405 | /* |
1406 | * subtle -- if __bio_map_user() ended up bouncing a bio, | 1406 | * subtle -- if bio_map_user_iov() ended up bouncing a bio, |
1407 | * it would normally disappear when its bi_end_io is run. | 1407 | * it would normally disappear when its bi_end_io is run. |
1408 | * however, we need it for the unmap, so grab an extra | 1408 | * however, we need it for the unmap, so grab an extra |
1409 | * reference to it | 1409 | * reference to it |
@@ -1445,8 +1445,8 @@ static void __bio_unmap_user(struct bio *bio) | |||
1445 | * bio_unmap_user - unmap a bio | 1445 | * bio_unmap_user - unmap a bio |
1446 | * @bio: the bio being unmapped | 1446 | * @bio: the bio being unmapped |
1447 | * | 1447 | * |
1448 | * Unmap a bio previously mapped by bio_map_user(). Must be called with | 1448 | * Unmap a bio previously mapped by bio_map_user_iov(). Must be called from |
1449 | * a process context. | 1449 | * process context. |
1450 | * | 1450 | * |
1451 | * bio_unmap_user() may sleep. | 1451 | * bio_unmap_user() may sleep. |
1452 | */ | 1452 | */ |