Whamcloud - gitweb
LU-1346 libcfs: cleanup libcfs primitive (linux-prim.h)
[fs/lustre-release.git] / libcfs / libcfs / linux / linux-debug.c
index 8317f0f..6c27049 100644 (file)
@@ -271,7 +271,7 @@ void libcfs_debug_dumpstack(struct task_struct *tsk)
 #endif
 }
 
-cfs_task_t *libcfs_current(void)
+struct task_struct *libcfs_current(void)
 {
         CWARN("current task struct is %p\n", current);
         return current;