Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
996a41a
)
- fix double entrance of the same code
author
tappro
<tappro>
Sat, 16 Jun 2007 18:27:47 +0000
(18:27 +0000)
committer
tappro
<tappro>
Sat, 16 Jun 2007 18:27:47 +0000
(18:27 +0000)
ldiskfs/kernel_patches/patches/ext3-pdirops-2.6.9.patch
patch
|
blob
|
history
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
(file)
--- 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.
*/