svn commit: r345884 - projects/fuse2-googletest-engine/sys/fs/fuse

Enji Cooper ngie at FreeBSD.org
Thu Apr 4 18:13:02 UTC 2019


Author: ngie
Date: Thu Apr  4 18:13:01 2019
New Revision: 345884
URL: https://svnweb.freebsd.org/changeset/base/345884

Log:
  Unbreak the fusefs module build with GENERIC-NODEBUG by merging ^/head at r345689

Modified:
  projects/fuse2-googletest-engine/sys/fs/fuse/fuse_ipc.c
Directory Properties:
  projects/fuse2-googletest-engine/   (props changed)

Modified: projects/fuse2-googletest-engine/sys/fs/fuse/fuse_ipc.c
==============================================================================
--- projects/fuse2-googletest-engine/sys/fs/fuse/fuse_ipc.c	Thu Apr  4 18:11:56 2019	(r345883)
+++ projects/fuse2-googletest-engine/sys/fs/fuse/fuse_ipc.c	Thu Apr  4 18:13:01 2019	(r345884)
@@ -229,7 +229,9 @@ fticket_ctor(void *mem, int size, void *arg, int flags
 static void
 fticket_dtor(void *mem, int size, void *arg)
 {
+#ifdef INVARIANTS
 	struct fuse_ticket *ftick = mem;
+#endif
 
 	FUSE_ASSERT_MS_DONE(ftick);
 	FUSE_ASSERT_AW_DONE(ftick);


More information about the svn-src-projects mailing list