PERFORCE change 105164 for review

Alex Lyashkov als at FreeBSD.org
Sun Aug 27 08:14:00 UTC 2006


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

Change 105164 by als at als_head on 2006/08/27 08:13:41

	temporary disable assert because files curently don`t migrate between 
	context	with task.

Affected files ...

.. //depot/projects/jail2/sys/kern/kern_descrip.c#7 edit

Differences ...

==== //depot/projects/jail2/sys/kern/kern_descrip.c#7 (text+ko) ====

@@ -2190,7 +2190,7 @@
 #ifdef JAIL
 	struct prison *jail = fp->f_cred->cr_prison;
 
-	KASSERT((td == NULL || td->td_ucred->cr_prison == jail), ("File closed at different context!"));
+//	KASSERT((td == NULL || td->td_ucred->cr_prison == jail), ("File closed at different context!"));
 #endif
 	FILE_LOCK_ASSERT(fp, MA_OWNED);
 


More information about the p4-projects mailing list