Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 07:42:48 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14138 for review
Message-ID:  <200207121442.g6CEgmRY035504@freefall.freebsd.org>

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

Change 14138 by green@green_laptop_2 on 2002/07/12 07:42:36

	Debuggerify again.

Affected files ...

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

Differences ...

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

@@ -913,11 +913,11 @@
 
 	case ENOATTR:
 		/*
-		 * Use the label from the mountpoint.
+		 * Use the label from the mount point.
 		 */
 		mac_update_vnode_from_mount(vp, vp->v_mount);
-		return (0);
-
+		error = 0;
+		break;
 	case EOPNOTSUPP:
 	default:
 		/* Fail horribly. */

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?200207121442.g6CEgmRY035504>