aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-06-05 14:55:22 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-06-05 14:55:22 +0000
commitbcf11e8d0048006ba97cb460a134cc23290428b2 (patch)
tree476e08b4812ed877bdf927598a5c7deae99fdcdf /sys/kern/vfs_mount.c
parent88a9a9a61ce829ebdcc3fdf320c3c6270175566f (diff)
downloadsrc-bcf11e8d0048006ba97cb460a134cc23290428b2.tar.gz
src-bcf11e8d0048006ba97cb460a134cc23290428b2.zip
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
and used in a large number of files, but also because an increasing number of incorrect uses of MAC calls were sneaking in due to copy-and-paste of MAC-aware code without the associated opt_mac.h include. Discussed with: pjd
Notes
Notes: svn path=/head/; revision=193511
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 34a167f0d6b5..19a602607710 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -68,7 +68,6 @@ __FBSDID("$FreeBSD$");
#include <security/mac/mac_framework.h>
#include "opt_rootdevname.h"
-#include "opt_mac.h"
#define ROOTNAME "root_device"
#define VFS_MOUNTARG_SIZE_MAX (1024 * 64)