Whamcloud - gitweb
drop redefinition of group_info.
authorfanyong <fanyong>
Tue, 26 Sep 2006 04:33:06 +0000 (04:33 +0000)
committerfanyong <fanyong>
Tue, 26 Sep 2006 04:33:06 +0000 (04:33 +0000)
lustre/include/lustre_ucache.h

index 5e33e88..32705bf 100644 (file)
@@ -4,13 +4,13 @@
 
 #ifndef _UPCALL_CACHE_H
 #define _UPCALL_CACHE_H
-
+/*
 #ifdef __KERNEL__
 #include <linux/sched.h>
 #else
 struct group_info {};
 #endif
-
+*/
 #define UC_CACHE_NEW            0x01
 #define UC_CACHE_ACQUIRING      0x02
 #define UC_CACHE_INVALID        0x04