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:
3990e04
)
drbd: fix if(); found by kbuild test robot
author
Lars Ellenberg
<lars.ellenberg@linbit.com>
Wed, 27 Mar 2013 13:08:49 +0000
(14:08 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 28 Mar 2013 16:10:26 +0000
(10:10 -0600)
Recently introduced al_begin_io_nonblock() was returning -EBUSY,
even when it should return -EWOULDBLOCK.
Impact:
A few spurious wake_up() calls in prepare_al_transaction_nonblock().
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found