1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-23 02:05:07 +03:00
Zdenek Kabelac 8b10abd792 Remove constant expression check
"result_independent_of_operands: ((dev->dev & 0xfff00UL) >> 8) ==
18446744073709551615UL /* -1 */ is always false regardless of the values
of its operands (logical operand of if)."

'dev->dev' is set in dev-cache.c _insert() and it's not expectable
st_rdev would have '-1'

This code has been introduced with drbd support commit and code never
worked - so eliminated.
2011-11-18 19:36:10 +00:00
..
2011-10-11 09:09:00 +00:00
2011-10-04 12:39:59 +00:00
2011-06-17 14:14:19 +00:00
2011-11-18 19:36:10 +00:00
2011-10-22 16:52:00 +00:00
2011-09-24 21:19:30 +00:00
2011-11-07 11:03:47 +00:00
2011-11-12 22:44:10 +00:00
2011-09-24 21:19:30 +00:00
2011-06-17 14:14:19 +00:00