changeset 2970:f7b39b7a47d4

6481224 VPM should not propagate its internal error codes from FC_MAKE_ERR() to the world
author praks
date Mon, 23 Oct 2006 10:07:25 -0700
parents 6b3cea1fee3e
children 0405b814ed76
files usr/src/uts/common/vm/vpm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/vm/vpm.c	Mon Oct 23 08:01:32 2006 -0700
+++ b/usr/src/uts/common/vm/vpm.c	Mon Oct 23 10:07:25 2006 -0700
@@ -885,7 +885,7 @@
 		}
 		vml[0].vs_addr = NULL;
 		vml[0].vs_data = NULL;
-		return (FC_MAKE_ERR(error));
+		return (error);
 	}
 
 	/*