Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 08:17:37 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14033 for review
Message-ID:  <200207101517.g6AFHbFG084161@freefall.freebsd.org>

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

Change 14033 by cvance@cvance_korben on 2002/07/10 08:16:53

	Separate EOPNOTSUPP case from ENOATTR

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#161 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#161 (text+ko) ====

@@ -915,7 +915,6 @@
 		/* Got it */
 		break;
 
-	case EOPNOTSUPP:
 	case ENOATTR:
 		/*
 		 * Use the label from the mountpoint.  Take this opportunity
@@ -930,6 +929,7 @@
 		    sizeof(extmac), (char *)&extmac, curthread);
 		if (error == 0)
 			break;
+	case EOPNOTSUPP:
 	default:
 		/* Fail horribly. */
 		return (error);

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?200207101517.g6AFHbFG084161>