[PATCH BUGFIX 0/3] three fixes for the function bfq_requests_merged
From: Paolo Valente
Date: Thu May 31 2018 - 09:23:41 EST
Hi Jens,
this series fixes three bugs in bfq_requests_merged. In more detail:
- two linked bugs, with the first (critical: wrong lock) hidden by the
second (less critical: wrong check that made the body of the
function not be executed at all)
- a rather minor bug: superflous code
Thanks,
Paolo
Filippo Muzzini (2):
block, bfq: remove wrong lock in bfq_requests_merged
block, bfq: remove the removal of 'next' rq in bfq_requests_merged
Paolo Valente (1):
block, bfq: remove wrong check in bfq_requests_merged
block/bfq-iosched.c | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
--
2.16.1