Whamcloud - gitweb
- some compatibility macros.
authorbraam <braam>
Thu, 24 Jul 2003 05:45:28 +0000 (05:45 +0000)
committerbraam <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

index 4d3b953..20ae1d4 100644 (file)
@@ -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.. */