Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi/kernel/cluster/ssi/vproc reopen.c,1.5.2.8,1.5.2.9: msg#00167
|
Subject: |
[SSI] openssi/kernel/cluster/ssi/vproc reopen.c,1.5.2.8,1.5.2.9 |
Update of /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/vproc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19573/cluster/ssi/vproc
Modified Files:
Tag: OPENSSI-RH
reopen.c
Log Message:
Fixed debug printf and cleared error on success case for deleted file.
Index: reopen.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/vproc/Attic/reopen.c,v
retrieving revision 1.5.2.8
retrieving revision 1.5.2.9
diff -u -d -r1.5.2.8 -r1.5.2.9
--- reopen.c 18 Sep 2004 05:15:59 -0000 1.5.2.8
+++ reopen.c 29 Sep 2004 00:01:24 -0000 1.5.2.9
@@ -663,6 +663,7 @@
if (IS_ERR(result))
error = PTR_ERR(result);
else {
+ error = 0;
*dentryp = result;
/* SSI_XXX: This is scary without locking */
*mntp = lookup_mnt_uniqueid(path->mntid);
@@ -699,7 +700,8 @@
*mntp = NULL;
}
if (error)
- printk(KERN_ERR "reop_import_locks: failed error %d", error);
+ printk(KERN_ERR "reop_import_path: failed error %d path %s\n",
+ error, pathname);
return error;
}
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
|
| |