diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-08-09 11:22:17 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-09 02:56:01 -0400 |
commit | d628eaef310533767ce68664873869c2d7f78f09 (patch) | |
tree | 12d6a9e6db000d89deb7ab01d55d2e7b9e6f42c5 /include/linux/blkdev.h | |
parent | 36144077bce9f89763ce994bc631cbd1c9db7785 (diff) |
Fix up comments about matching flags between bio and rq
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | 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 53ea933cf60b..e0ba018f5e88 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -84,7 +84,7 @@ enum { | |||
84 | }; | 84 | }; |
85 | 85 | ||
86 | /* | 86 | /* |
87 | * request type modified bits. first three bits match BIO_RW* bits, important | 87 | * request type modified bits. first two bits match BIO_RW* bits, important |
88 | */ | 88 | */ |
89 | enum rq_flag_bits { | 89 | enum rq_flag_bits { |
90 | __REQ_RW, /* not set, read. set, write */ | 90 | __REQ_RW, /* not set, read. set, write */ |