Date: Wed, 9 Oct 2002 14:21:21 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 18992 for review Message-ID: <200210092121.g99LLLEV051691@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/p4db/chv.cgi?CH=18992 Change 18992 by rwatson@rwatson_tislabs on 2002/10/09 14:21:04 Print the string WARNING: in front of the mount-time warning if a file system is multilabel but the kernel isn't MAC. Affected files ... .. //depot/projects/trustedbsd/mac/sys/ufs/ffs/ffs_vfsops.c#22 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/ufs/ffs/ffs_vfsops.c#22 (text+ko) ==== @@ -741,7 +741,8 @@ #ifdef MAC mp->mnt_flag |= MNT_MULTILABEL; #else - printf("%s: multilabel flag on fs but no MAC support\n", + printf( +"WARNING: %s: multilabel flag on fs but no MAC support\n", fs->fs_fsmnt); #endif ump->um_mountp = mp; 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?200210092121.g99LLLEV051691>