PERFORCE change 44929 for review

Robert Watson rwatson at FreeBSD.org
Thu Jan 8 01:13:57 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=44929

Change 44929 by rwatson at rwatson_tislabs on 2004/01/07 17:13:04

	Don't automatically flag pseudofs file systems as multi-label,
	as they won't necessarily be.  If a pseudofs file system doesn't
	know how to label vnodes, you end up with incomplete labels
	resulting in a panic.  If a pseudofs file system is multilabel,
	it should set the mount flag itself.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/fs/pseudofs/pseudofs.c#10 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/fs/pseudofs/pseudofs.c#10 (text+ko) ====

@@ -255,9 +255,6 @@
 		return (EOPNOTSUPP);
 
 	mp->mnt_flag |= MNT_LOCAL;
-#ifdef MAC
-	mp->mnt_flag |= MNT_MULTILABEL;
-#endif
 	mp->mnt_data = (qaddr_t)pi;
 	vfs_getnewfsid(mp);
 
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