[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/client/sysint:
mgmt-create-dirent.sm
CVS commit program
cvs at parl.clemson.edu
Thu Jul 31 14:08:20 EDT 2008
Update of /projects/cvsroot/pvfs2-1/src/client/sysint
In directory parlweb1:/tmp/cvs-serv6870
Modified Files:
Tag: small-file-branch
mgmt-create-dirent.sm
Log Message:
merging bug fix from trunk
Index: mgmt-create-dirent.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/client/sysint/mgmt-create-dirent.sm,v
diff -p -u -r1.17.6.1 -r1.17.6.2
--- mgmt-create-dirent.sm 24 Jun 2008 15:01:33 -0000 1.17.6.1
+++ mgmt-create-dirent.sm 31 Jul 2008 18:08:20 -0000 1.17.6.2
@@ -186,7 +186,7 @@ static int mgmt_create_dirent_setup_msgp
sm_p->parent_ref.fs_id);
msg_p->fs_id = sm_p->parent_ref.fs_id;
- msg_p->handle = sm_p->u.mgmt_create_dirent.entry_handle;
+ msg_p->handle = sm_p->parent_ref.handle;
msg_p->retry_flag = PVFS_MSGPAIR_NO_RETRY;
msg_p->comp_fn = mgmt_create_dirent_comp_fn;
More information about the Pvfs2-cvs
mailing list