From ba3ae9268d72deea08d9b918b7bcc18d1fbcfa46 Mon Sep 17 00:00:00 2001 From: tappro Date: Sat, 16 Jun 2007 18:27:47 +0000 Subject: [PATCH] - fix double entrance of the same code --- ldiskfs/kernel_patches/patches/ext3-pdirops-2.6.9.patch | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/ldiskfs/kernel_patches/patches/ext3-pdirops-2.6.9.patch b/ldiskfs/kernel_patches/patches/ext3-pdirops-2.6.9.patch index ba715fe..3ed04ce 100644 --- a/ldiskfs/kernel_patches/patches/ext3-pdirops-2.6.9.patch +++ b/ldiskfs/kernel_patches/patches/ext3-pdirops-2.6.9.patch @@ -991,19 +991,7 @@ Index: linux-stage/include/linux/lustre_iam.h /* * linux/include/linux/lustre_iam.h */ -@@ -39,11 +41,21 @@ - /* logical equivalence */ - #define equi(a, b) (!!(a) == !!(b)) - -+/* implication */ -+#define ergo(a, b) (!(a) || (b)) -+/* logical equivalence */ -+#define equi(a, b) (!!(a) == !!(b)) -+ -+#define CLASSERT(cond) ({ switch(42) { case (cond): case 0: break; } }) -+ - enum { - /* +@@ -39,6 +41,9 @@ * Maximal number of non-leaf levels in htree. In the stock ext3 this * is 2. */ -- 1.8.3.1