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
/*
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"