CVS: is/fs25 super.c,1.4,1.5

Chen Yang <[email protected]> Tue, 25 Feb 2003 22:14:05 -0800
Newsgroups gmane.comp.file-systems.intermezzo.cvs
Message-ID <[email protected]>
Update of /cvsroot/intermezzo/is/fs25
In directory sc8-pr-cvs1:/tmp/cvs-serv18079/izo/fs25

Modified Files:
	super.c 
Log Message:
fs25/super.c:   presto_get_sb() return error resulting
		- return NULL; 
		+ return ERR_PTR(-EINVAL);
lib/httpclient.c: fixed problems with libcurl 7.9.8
		  remove the misuse of CURLOPT_RANGE
		  added intact curl session for communication
 


Index: super.c
===================================================================
RCS file: /cvsroot/intermezzo/is/fs25/super.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- super.c	12 Oct 2002 02:16:19 -0000	1.4
+++ super.c	26 Feb 2003 06:14:03 -0000	1.5
@@ -324,5 +324,5 @@
         CDEBUG(D_MALLOC, "mount error exit: kmem %ld, vmem %ld\n",
                presto_kmemory, presto_vmemory);
-        return NULL;
+        return ERR_PTR(-EINVAL);
 }
 



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp