[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/apps/kernel/linux:
pvfs2-client-core.c
CVS commit program
cvs at parl.clemson.edu
Tue May 13 11:55:24 EDT 2008
Update of /projects/cvsroot/pvfs2-1/src/apps/kernel/linux
In directory parlweb1:/tmp/cvs-serv28476
Modified Files:
pvfs2-client-core.c
Log Message:
applying inlined completion logic fix to mmap ra cache hit path
Index: pvfs2-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/apps/kernel/linux/pvfs2-client-core.c,v
diff -p -u -r1.98 -r1.99
--- pvfs2-client-core.c 13 May 2008 14:37:58 -0000 1.98
+++ pvfs2-client-core.c 13 May 2008 15:55:24 -0000 1.99
@@ -1704,8 +1704,8 @@ static PVFS_error post_io_request(vfs_re
free(vfs_request->io_tmp_buf);
}
vfs_request->io_tmp_buf = NULL;
+ vfs_request->op_id = -1;
- write_inlined_device_response(vfs_request);
return 0;
#endif /* USE_MMAP_RA_CACHE */
}
More information about the Pvfs2-cvs
mailing list