svn commit: r293526 - stable/10/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Sat Jan 9 16:01:59 UTC 2016


Author: dchagin
Date: Sat Jan  9 16:01:57 2016
New Revision: 293526
URL: https://svnweb.freebsd.org/changeset/base/293526

Log:
  MFC r283447:
  
  Fix build with KTR option.

Modified:
  stable/10/sys/compat/linux/linux_util.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/compat/linux/linux_util.h
==============================================================================
--- stable/10/sys/compat/linux/linux_util.h	Sat Jan  9 16:00:13 2016	(r293525)
+++ stable/10/sys/compat/linux/linux_util.h	Sat Jan  9 16:01:57 2016	(r293526)
@@ -115,7 +115,6 @@ void	linux_free_get_char_devices(char *s
 #define	LINUX_CTRFMT(nm, fmt)	#nm"("fmt")"
 
 #define	LINUX_CTR6(f, m, p1, p2, p3, p4, p5, p6) do {			\
-	if (ldebug(f))							\
 		CTR6(KTR_LINUX, LINUX_CTRFMT(f, m),			\
 		    p1, p2, p3, p4, p5, p6);				\
 } while (0)


More information about the svn-src-all mailing list