mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
749c2dc4ab
"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.