diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c index a3b165125fb066ccd5448c66a95fd18b8c1dcf86..862918a17d3f9de876bab886e263a1bfc8b07db9 100644 --- a/lnet/libcfs/debug.c +++ b/lnet/libcfs/debug.c @@ -37,8 +37,7 @@ unsigned int libcfs_subsystem_debug = ~0; EXPORT_SYMBOL(libcfs_subsystem_debug); unsigned int libcfs_debug = (D_EMERG | D_ERROR | D_WARNING | D_CONSOLE | - D_NETERROR | D_HA | D_CONFIG | D_IOCTL | - D_DLMTRACE | D_RPCTRACE | D_VFSTRACE); + D_NETERROR | D_HA | D_CONFIG | D_IOCTL); EXPORT_SYMBOL(libcfs_debug); unsigned int libcfs_printk;