Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 15:55:58 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15240 for review
Message-ID:  <200207302255.g6UMtwm9089705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15240

Change 15240 by rwatson@rwatson_tislabs on 2002/07/30 15:55:51

	label entry in structure moved during commit to base tree,
	remove duplicates from integ.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mount.h#17 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mount.h#17 (text+ko) ====

@@ -139,8 +139,6 @@
 	struct vnodelst	mnt_nvnodelist;		/* list of vnodes this mount */
 	struct vnodelst	mnt_reservedvnlist;	/* (future) dirty vnode list */
 	struct lock	mnt_lock;		/* mount structure lock */
-	struct label	mnt_mntlabel;		/* label for the mount itself */
-	struct label	mnt_fslabel;		/* label for file system */
 	int		mnt_writeopcount;	/* write syscalls in progress */
 	int		mnt_flag;		/* flags shared with user */
 	struct vfsoptlist *mnt_opt;		/* current mount options */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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