Whamcloud - gitweb
libcfs: user-lock: 0. add a stub for wait_for_completion_interruptible(); 1. add...
[fs/lustre-release.git] / libcfs / libcfs / user-lock.c
index cf1b092..2657dbc 100644 (file)
@@ -165,6 +165,12 @@ void wait_for_completion(struct completion *c)
         LASSERT(c != NULL);
 }
 
+int wait_for_completion_interruptible(struct completion *c)
+{
+        LASSERT(c != NULL);
+        return 0;
+}
+
 /*
  * rw_semaphore:
  *