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:
0fbe565
)
- some compatibility macros.
author
braam
<braam>
Thu, 24 Jul 2003 05:45:28 +0000
(
05:45
+0000)
committer
braam
<braam>
Thu, 24 Jul 2003 05:45:28 +0000
(
05:45
+0000)
- shift the open flag setting to namei.c as per Trond's & Linus
patches
- this code gets fairly far in sanity.
lustre/include/linux/lustre_compat25.h
patch
|
blob
|
history
diff --git
a/lustre/include/linux/lustre_compat25.h
b/lustre/include/linux/lustre_compat25.h
index
4d3b953
..
20ae1d4
100644
(file)
--- a/
lustre/include/linux/lustre_compat25.h
+++ b/
lustre/include/linux/lustre_compat25.h
@@
-47,7
+47,6
@@
#define ll_pgcache_unlock(mapping) spin_unlock(&mapping->page_lock)
#define ll_vfs_create(a,b,c,d) vfs_create(a,b,c,d)
-#define ll_permission(a,b,c) permission(a,b,c)
#else /* 2.4.. */