PERFORCE change 47666 for review
Robert Watson
rwatson at FreeBSD.org
Thu Feb 26 01:22:52 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=47666
Change 47666 by rwatson at rwatson_paprika on 2004/02/25 17:22:40
MAC includes no longer required in pseudofs, since we don't
currently force pseudofs-derived file systems to be
MNT_MULTILABEL.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/fs/pseudofs/pseudofs.c#12 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/fs/pseudofs/pseudofs.c#12 (text+ko) ====
@@ -32,7 +32,6 @@
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/lock.h>
-#include <sys/mac.h>
#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/mount.h>
@@ -45,8 +44,6 @@
#include <fs/pseudofs/pseudofs.h>
#include <fs/pseudofs/pseudofs_internal.h>
-#include "opt_mac.h"
-
static MALLOC_DEFINE(M_PFSNODES, "pfs_nodes", "pseudofs nodes");
SYSCTL_NODE(_vfs, OID_AUTO, pfs, CTLFLAG_RW, 0,
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list