Whamcloud - gitweb
LU-4953 lprocfs: fix missing target_obds on multiple mounts
[fs/lustre-release.git] / lustre / include / darwin / lustre_handles.h
index f6abf4b..c416e61 100644 (file)
@@ -33,7 +33,7 @@
  */
 
 #ifndef __DARWIN_LUSTRE_HANDLES_H_
-#define __DARWIN_LUSTR_HANDLES_H_
+#define __DARWIN_LUSTRE_HANDLES_H_
 
 #ifndef __LUSTRE_HANDLES_H_
 #error Do not #include this file directly. #include <lustre_handles.h> instead
@@ -42,4 +42,6 @@
 #include <libcfs/list.h>
 #include <libcfs/libcfs.h>
 
+#define call_rcu(rcu, cb)              (cb)(rcu)
+
 #endif