[Pvfs2-cvs] commit by slang in pvfs2/src/apps/kernel/linux:
pvfs2-client-core.c
CVS commit program
cvs at parl.clemson.edu
Fri Nov 3 14:21:11 EST 2006
Update of /projects/cvsroot/pvfs2/src/apps/kernel/linux
In directory parlweb1:/tmp/cvs-serv2960/src/apps/kernel/linux
Modified Files:
Tag: WALT3
pvfs2-client-core.c
Log Message:
missed these
Index: pvfs2-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/kernel/linux/pvfs2-client-core.c,v
diff -p -u -r1.68.2.8 -r1.68.2.9
--- pvfs2-client-core.c 3 Nov 2006 17:38:19 -0000 1.68.2.8
+++ pvfs2-client-core.c 3 Nov 2006 19:21:10 -0000 1.68.2.9
@@ -2570,7 +2570,7 @@ static inline PVFS_error repost_unexp_vf
assert(vfs_request);
PINT_dev_release_unexpected(&vfs_request->info);
- PVFS_sys_release(vfs_request->op_id);
+ PINT_sys_release(vfs_request->op_id);
memset(vfs_request, 0, sizeof(vfs_request_t));
vfs_request->is_dev_unexp = 1;
@@ -3334,7 +3334,7 @@ int main(int argc, char **argv)
for(i = 0; i < MAX_NUM_OPS; i++)
{
PINT_dev_release_unexpected(&s_vfs_request_array[i]->info);
- PVFS_sys_release(s_vfs_request_array[i]->op_id);
+ PINT_sys_release(s_vfs_request_array[i]->op_id);
free(s_vfs_request_array[i]);
}
More information about the Pvfs2-cvs
mailing list