Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Wed, 8 Oct 2008 22:29:13 +0000 (22:29 +0000)
committerrobert.read <robert.read>
Wed, 8 Oct 2008 22:29:13 +0000 (22:29 +0000)
b=16074
i=green
i=nikita

libcfs/include/libcfs/user-lock.h

index 01c289b..9ace41e 100644 (file)
@@ -147,7 +147,7 @@ struct completion {
         cfs_waitq_t wait;
 };
 typedef int (*cfs_wait_handler_t) (int timeout);
-void set_completion_wait_handler(cfs_wait_handler_t *handler);
+void init_completion_module(cfs_wait_handler_t handler);
 void init_completion(struct completion *c);
 void init_completion_module(cfs_wait_handler_t handler);
 void complete(struct completion *c);