git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1c2012
)
block: fix bad definition of BIO_RW_SYNC
author
Jens Axboe
<jens.axboe@oracle.com>
Mon, 16 Feb 2009 09:25:40 +0000
(10:25 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Wed, 18 Feb 2009 09:32:00 +0000
(10:32 +0100)
We can't OR shift values, so get rid of BIO_RW_SYNC and use BIO_RW_SYNCIO
and BIO_RW_UNPLUG explicitly. This brings back the behaviour from before
213d9417fec62ef4c3675621b9364a667954d4dd
.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found