Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2019 18:35:18 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352097 - head/sys/fs/msdosfs
Message-ID:  <201909091835.x89IZIBT020022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Mon Sep  9 18:35:17 2019
New Revision: 352097
URL: https://svnweb.freebsd.org/changeset/base/352097

Log:
  msdosfsmount.h: fix ifdef comment

Modified:
  head/sys/fs/msdosfs/msdosfsmount.h

Modified: head/sys/fs/msdosfs/msdosfsmount.h
==============================================================================
--- head/sys/fs/msdosfs/msdosfsmount.h	Mon Sep  9 18:33:15 2019	(r352096)
+++ head/sys/fs/msdosfs/msdosfsmount.h	Mon Sep  9 18:35:17 2019	(r352097)
@@ -222,7 +222,7 @@ struct msdosfs_fileno {
 #define	MSDOSFS_ASSERT_MP_LOCKED(pmp) \
 	lockmgr_assert(&(pmp)->pm_fatlock, KA_XLOCKED)
 
-#endif /* _KERNEL */
+#endif /* _KERNEL || MAKEFS */
 
 #ifndef MAKEFS
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909091835.x89IZIBT020022>