* linux-4.2-rc4/drivers/md/dm-cache-policy-smq.c:1689: bad if test ?
@ 2015-07-27 7:00 David Binderman
2015-07-27 12:14 ` Mike Snitzer
0 siblings, 1 reply; 2+ messages in thread
From: David Binderman @ 2015-07-27 7:00 UTC (permalink / raw)
To: Alasdair Kergon, Mike Snitzer, dm-devel@redhat.com
Hello there,
[linux-4.2-rc4/drivers/md/dm-cache-policy-smq.c:1689]: (warning) Logical conjunction always evaluates to false: !EXPR && EXPR.
Source code is
if (!mq->cache_hit_bits && mq->cache_hit_bits) {
Maybe
if (!mq->cache_hit_bits) {
was intended.
Regards
David Binderman
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-27 12:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 7:00 linux-4.2-rc4/drivers/md/dm-cache-policy-smq.c:1689: bad if test ? David Binderman
2015-07-27 12:14 ` Mike Snitzer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.