diff --git a/ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch b/ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch
index 2052b650fe4228faf9f5ddc5053bb7f370f4757e..1fbce882ed66c2b2a0b957eefbc0919a21007d60 100644
--- a/ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch
+++ b/ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch
@@ -3624,7 +3624,7 @@ Index: linux-2.6.5-7.311/fs/ext3/mballoc.c
 +
 +	/* in this short window concurrent discard can set pa_deleted */
 +	spin_lock(&pa->pa_lock);
-+	if (pa->pa_deleted == 0) {
++	if (pa->pa_deleted == 1) {
 +		spin_unlock(&pa->pa_lock);
 +		return;
 +	}