[PVFS2-CVS] commit by neill in pvfs2/src/client/sysint: sys-symlink.sm

CVS commit program cvs at parl.clemson.edu
Mon May 3 14:32:19 EDT 2004


Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv27452/src/client/sysint

Modified Files:
	sys-symlink.sm 
Log Message:
- more error handling
- more cleanups
- fixed the dbcache try_remove method after the last set of changes to it
  (must remove even if it's not in the cache)


Index: sys-symlink.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-symlink.sm,v
diff -p -u -r1.24 -r1.25
--- sys-symlink.sm	30 Apr 2004 15:19:31 -0000	1.24
+++ sys-symlink.sm	3 May 2004 17:32:19 -0000	1.25
@@ -438,12 +438,13 @@ static int symlink_crdirent_setup_msgpai
     sm_p->msgarray = msg_p;
     sm_p->msgarray_count = 1;
 
-    PINT_SERVREQ_CRDIRENT_FILL(msg_p->req,
-                               *sm_p->cred_p,
-                               sm_p->u.sym.link_name,
-                               sm_p->u.sym.symlink_handle,
-                               sm_p->parent_ref.handle,
-                               sm_p->parent_ref.fs_id);
+    PINT_SERVREQ_CRDIRENT_FILL(
+        msg_p->req,
+        *sm_p->cred_p,
+        sm_p->u.sym.link_name,
+        sm_p->u.sym.symlink_handle,
+        sm_p->parent_ref.handle,
+        sm_p->parent_ref.fs_id);
 
     /* fill in msgpair structure components */
     msg_p->fs_id = sm_p->parent_ref.fs_id;



More information about the PVFS2-CVS mailing list