this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert an accidentally committed debugging change in LKM

+1 -2
+1 -2
src/lkm/mig/taskServer.c
··· 10 10 #define __MIG_check__Request__task_subsystem__ 1 11 11 12 12 #include "taskServer.h" 13 - #include <linux/printk.h> 14 13 15 14 #ifndef mig_internal 16 15 #define mig_internal static __inline__ ··· 2107 2106 #endif /* defined(__MIG_check__Request__semaphore_destroy_t__defined) */ 2108 2107 2109 2108 OutP->RetCode = semaphore_destroy(In0P->Head.msgh_request_port, In0P->semaphore.name); 2110 - printk(KERN_DEBUG "!!! sem des retcode 0x%x\n", OutP->RetCode); 2109 + 2111 2110 OutP->NDR = NDR_record; 2112 2111 2113 2112