mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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: Wanlong Gao <wanlong.gao@gmail.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
This commit is contained in:
parent
df4156569d
commit
4d0d98b60e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ enum rq_cmd_type_bits {
|
|||
|
||||
/*
|
||||
* 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!
|
||||
*/
|
||||
struct request {
|
||||
|
|
Loading…
Reference in a new issue