From 5477cc67ae0f737d3e844e771b4312636dd4d389 Mon Sep 17 00:00:00 2001 From: fanyong Date: Tue, 26 Sep 2006 04:33:06 +0000 Subject: [PATCH] drop redefinition of group_info. --- lustre/include/lustre_ucache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/include/lustre_ucache.h b/lustre/include/lustre_ucache.h index 5e33e88..32705bf 100644 --- a/lustre/include/lustre_ucache.h +++ b/lustre/include/lustre_ucache.h @@ -4,13 +4,13 @@ #ifndef _UPCALL_CACHE_H #define _UPCALL_CACHE_H - +/* #ifdef __KERNEL__ #include #else struct group_info {}; #endif - +*/ #define UC_CACHE_NEW 0x01 #define UC_CACHE_ACQUIRING 0x02 #define UC_CACHE_INVALID 0x04 -- 1.8.3.1