mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +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. |
||
---|---|---|
.. | ||
filter-composite.c | ||
filter-composite.h | ||
filter-md.c | ||
filter-md.h | ||
filter-mpath.c | ||
filter-mpath.h | ||
filter-persistent.c | ||
filter-persistent.h | ||
filter-regex.c | ||
filter-regex.h | ||
filter-sysfs.c | ||
filter-sysfs.h | ||
filter.c | ||
filter.h |