From: Dan Carpenter <hidden> Date: 2017-03-21 20:43:05
The "need_cache_flush" variable is never set to false. When the
variable is true that means we print a warning message at the end of
the function.
Fixes: 3418d036c81d ("raid5-ppl: Partial Parity Log write logging implementation")
Signed-off-by: Dan Carpenter <redacted>
From: Artur Paszkiewicz <hidden> Date: 2017-03-23 12:00:40
On 03/21/2017 09:43 PM, Dan Carpenter wrote:
The "need_cache_flush" variable is never set to false. When the
variable is true that means we print a warning message at the end of
the function.
Fixes: 3418d036c81d ("raid5-ppl: Partial Parity Log write logging implementation")
Signed-off-by: Dan Carpenter <redacted>
Good catch, thanks. I thought gcc would warn about such issues, I'll
have to be more careful.
Reviewed-by: Artur Paszkiewicz <redacted>
From: Shaohua Li <shli@kernel.org> Date: 2017-03-24 05:37:56
On Tue, Mar 21, 2017 at 11:43:05PM +0300, Dan Carpenter wrote:
The "need_cache_flush" variable is never set to false. When the
variable is true that means we print a warning message at the end of
the function.
Fixes: 3418d036c81d ("raid5-ppl: Partial Parity Log write logging implementation")
Signed-off-by: Dan Carpenter <redacted>