Whamcloud - gitweb
LU-709 build: clean up quota_read, follow_link and RCU
[fs/lustre-release.git] / lustre / include / lustre_handles.h
index eddb04a..75854be 100644 (file)
@@ -52,9 +52,9 @@
 
 #include <libcfs/libcfs.h>
 
-#if !defined(HAVE_RCU) || !defined(__KERNEL__)
+#ifndef __KERNEL__
 typedef struct {
-        int foo;
+       int foo;
 } cfs_rcu_head_t;
 #endif