projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df41565
)
block:fix the comment error in blkdev.h
author
Wanlong Gao
<wanlong.gao@gmail.com>
Mon, 13 Jun 2011 08:45:38 +0000
(10:45 +0200)
committer
Jens Axboe
<jaxboe@fusionio.com>
Mon, 13 Jun 2011 08:45:38 +0000
(10:45 +0200)
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>
include/linux/blkdev.h
patch
|
blob
|
history
diff --git
a/include/linux/blkdev.h
b/include/linux/blkdev.h
index
ae9091a
..
4ce6e68
100644
(file)
--- a/
include/linux/blkdev.h
+++ b/
include/linux/blkdev.h
@@
-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 {