From: braam Date: Thu, 24 Jul 2003 05:45:28 +0000 (+0000) Subject: - some compatibility macros. X-Git-Tag: v1_7_100~1^100~8 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d6689d208d3c118a1e5c9ad376b0133097677c5c;p=fs%2Flustre-release.git - some compatibility macros. - shift the open flag setting to namei.c as per Trond's & Linus patches - this code gets fairly far in sanity. --- diff --git a/lustre/include/linux/lustre_compat25.h b/lustre/include/linux/lustre_compat25.h index 4d3b953..20ae1d4 100644 --- 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.. */