PERFORCE change 161800 for review

Marko Zec zec at FreeBSD.org
Sat May 9 01:44:27 UTC 2009


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

Change 161800 by zec at zec_tpx32 on 2009/05/09 01:43:51

	Return an error if a request to destroy a vimage / vnet is
	received from userland.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/kern/kern_vimage.c#35 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/kern/kern_vimage.c#35 (text+ko) ====

@@ -375,6 +375,8 @@
 		if (vi_req->vi_req_action == VI_DESTROY) {
 #ifdef NOTYET
 			error = vi_destroy(vip_r);
+#else
+			error = EOPNOTSUPP;
 #endif
 			break;
 		}


More information about the p4-projects mailing list