summaryrefslogtreecommitdiffstats
path: root/libdm/mm/pool-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdm/mm/pool-debug.c')
-rw-r--r--libdm/mm/pool-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/mm/pool-debug.c b/libdm/mm/pool-debug.c
index 7cf2bac8..af1a912f 100644
--- a/libdm/mm/pool-debug.c
+++ b/libdm/mm/pool-debug.c
@@ -136,7 +136,7 @@ static struct block *_new_block(size_t s, unsigned alignment)
* I don't think LVM will use anything but default
* align.
*/
- assert(alignment == DEFAULT_ALIGNMENT);
+ assert(alignment <= DEFAULT_ALIGNMENT);
if (!b) {
log_error("Out of memory");