Whamcloud - gitweb
- fix double entrance of the same code
authortappro <tappro>
Sat, 16 Jun 2007 18:27:47 +0000 (18:27 +0000)
committertappro <tappro>
Sat, 16 Jun 2007 18:27:47 +0000 (18:27 +0000)
ldiskfs/kernel_patches/patches/ext3-pdirops-2.6.9.patch

index ba715fe..3ed04ce 100644 (file)
@@ -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.
           */