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:
25172fb
)
Add module.h include for proper EXPORT_SYMBOL() definition.
author
adilger
<adilger>
Tue, 8 Apr 2003 06:28:03 +0000
(06:28 +0000)
committer
adilger
<adilger>
Tue, 8 Apr 2003 06:28:03 +0000
(06:28 +0000)
lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch
patch
|
blob
|
history
diff --git
a/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch
b/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch
index
3d05358
..
84223ae
100644
(file)
--- a/
lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch
+++ b/
lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch
@@
-2637,7
+2637,7
@@
};
--- /dev/null Fri Aug 30 17:31:37 2002
+++ linux-2.4.20-braam/fs/ext3/xattr.c Sat Apr 5 03:57:18 2003
-@@ -0,0 +1,123
1
@@
+@@ -0,0 +1,123
2
@@
+/*
+ * linux/fs/ext3/xattr.c
+ *
@@
-2696,6
+2696,7
@@
+ * The BKL will no longer be held in the xattr inode operations.
+ */
+
++#include <linux/module.h>
+#include <linux/fs.h>
+#include <linux/locks.h>
+#include <linux/slab.h>