Whamcloud - gitweb
b=21938 use the same set during replay
[fs/lustre-release.git] / lustre / include / lustre_lib.h
index d15277c..5e2627b 100644 (file)
@@ -607,6 +607,10 @@ static inline void obd_ioctl_freedata(char *buf, int len)
  * XXX nikita: some ptlrpc daemon threads have races of that sort.
  *
  */
+static inline int back_to_sleep(void *arg)
+{
+        return 0;
+}
 
 #define LWI_ON_SIGNAL_NOOP ((void (*)(void *))(-1))