mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-28 05:57:49 +03:00
Arghh, this was bad last-minute shortening of if() expression in the commit 1ef98310187a7. dm_tree_node_set_thin_pool_discard() must not run in the same expression as check for non-power-2 discard, otherwise there are 2 calls for dm_tree_node_set_thin_pool_discard and whole setting of discards is missinterpretted. In-relase fix it by using proper parentheses {}.