1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/lib/thin
Zdenek Kabelac 17be6d5210 thin: fix test for dicards ignore settings
Arghh, this was bad last-minute shortening of if() expression
in the commit 1ef9831018.

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 {}.
2012-12-11 11:26:19 +01:00
..
.exported_symbols Initial code layout for thin provisioning target 2011-08-24 08:27:49 +00:00
Makefile.in Initial code layout for thin provisioning target 2011-08-24 08:27:49 +00:00
thin.c thin: fix test for dicards ignore settings 2012-12-11 11:26:19 +01:00