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

Commit 4d0d98b6 authored by Wanlong Gao's avatar Wanlong Gao Committed by Jens Axboe
Browse files

block:fix the comment error in blkdev.h



There is not a function rq_init but blk_rq_init in block/blk-core.c.

Signed-off-by: default avatarWanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent df415656
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -73,7 +73,7 @@ enum rq_cmd_type_bits {


/*
/*
 * try to put the fields that are referenced together in the same cacheline.
 * try to put the fields that are referenced together in the same cacheline.
 * if you modify this structure, be sure to check block/blk-core.c:rq_init()
 * if you modify this structure, be sure to check block/blk-core.c:blk_rq_init()
 * as well!
 * as well!
 */
 */
struct request {
struct request {