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>
This commit is contained in:
David Woodhouse
2008-08-09 16:22:17 +01:00
committed by Jens Axboe
parent 36144077bc
commit d628eaef31
3 changed files with 5 additions and 8 deletions

View File

@ -84,7 +84,7 @@ enum {
};
/*
* request type modified bits. first three bits match BIO_RW* bits, important
* request type modified bits. first two bits match BIO_RW* bits, important
*/
enum rq_flag_bits {
__REQ_RW, /* not set, read. set, write */