Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 19:45:48 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42089 for review
Message-ID:  <200311120345.hAC3jmdS033849@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42089

Change 42089 by rwatson@rwatson_paprika on 2003/11/11 19:44:49

	Make sure to drop Giant if operation in the VFS section fails.

Affected files ...

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

Differences ...

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

@@ -943,6 +943,7 @@
 		error = vn_start_write(vp, &mp, V_WAIT | PCATCH);
 		if (error != 0) {
 			mac_vnode_label_free(intlabel);
+			mtx_unlock(&Giant);			/* VFS */
 			break;
 		}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311120345.hAC3jmdS033849>