Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2006 14:54:19 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 108828 for review
Message-ID:  <200610311454.k9VEsJcH023631@repoman.freebsd.org>

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

Change 108828 by rwatson@rwatson_zoo on 2006/10/31 14:53:46

	Spelling error.  Not sure why build tests didn't catch this.
	Submitted by:	pjd

Affected files ...

.. //depot/projects/trustedbsd/priv/sys/fs/umapfs/umap_vfsops.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/priv/sys/fs/umapfs/umap_vfsops.c#4 (text+ko) ====

@@ -90,7 +90,7 @@
 	 */
 	error = priv_check(td, PRIV_VFS_MOUNT);
 	if (error)
-		return (ERROR);
+		return (error);
 
 #ifdef DEBUG
 	printf("umapfs_mount(mp = %p)\n", (void *)mp);



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