aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-09-09 18:35:17 +0000
committerEd Maste <emaste@FreeBSD.org>2019-09-09 18:35:17 +0000
commit4f0372f8cb46e622fd9eb9c4bf980ba728175ba9 (patch)
treed5eb79de35bca3aeb6aef3d452bc73c9d088c6fe /sys/fs/msdosfs
parent057a14dafbcb959966224cadf686e7a35ae00628 (diff)
downloadsrc-4f0372f8cb46e622fd9eb9c4bf980ba728175ba9.tar.gz
src-4f0372f8cb46e622fd9eb9c4bf980ba728175ba9.zip
msdosfsmount.h: fix ifdef comment
Notes
Notes: svn path=/head/; revision=352097
Diffstat (limited to 'sys/fs/msdosfs')
-rw-r--r--sys/fs/msdosfs/msdosfsmount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h
index 975372da8ef7..f334a0b7908b 100644
--- a/sys/fs/msdosfs/msdosfsmount.h
+++ b/sys/fs/msdosfs/msdosfsmount.h
@@ -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
/*