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:
81f3410
)
Fix typo.
author
adilger
<adilger>
Fri, 20 Sep 2002 16:15:42 +0000
(16:15 +0000)
committer
adilger
<adilger>
Fri, 20 Sep 2002 16:15:42 +0000
(16:15 +0000)
lustre/patches/patch-2.4.18
patch
|
blob
|
history
diff --git
a/lustre/patches/patch-2.4.18
b/lustre/patches/patch-2.4.18
index
26856dc
..
2d903ac
100644
(file)
--- a/
lustre/patches/patch-2.4.18
+++ b/
lustre/patches/patch-2.4.18
@@
-400,7
+400,7
@@
+#define IT_LINK2 (1<<4)
+#define IT_SYMLINK (1<<5)
+#define IT_UNLINK (1<<6)
-+#define IT_RMDIR (1<<
8
)
++#define IT_RMDIR (1<<
7
)
+#define IT_RENAME (1<<8)
+#define IT_RENAME2 (1<<9)
+#define IT_READDIR (1<<10)