From d6689d208d3c118a1e5c9ad376b0133097677c5c Mon Sep 17 00:00:00 2001 From: braam Date: Thu, 24 Jul 2003 05:45:28 +0000 Subject: [PATCH] - some compatibility macros. - 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 | 1 - 1 file changed, 1 deletion(-) 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.. */ -- 1.8.3.1