2011-06-11 14:57:46

by Wanlong Gao

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
include/linux/blkdev.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 1a23722..36f2e2b 100644
--- 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 {
--
1.7.4.1


2011-06-13 08:46:06

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] block:fix the comment error in blkdev.h

On 2011-06-11 16:57, Wanlong Gao wrote:
> There is not a function rq_init but blk_rq_init in block/blk-core.c.

Thanks, applied.

--
Jens Axboe