[Pvfs2-cvs] commit by slang in pvfs2/src/kernel/linux-2.6: file.c
CVS commit program
cvs at parl.clemson.edu
Fri Dec 1 12:05:29 EST 2006
Update of /projects/cvsroot/pvfs2/src/kernel/linux-2.6
In directory parlweb1:/tmp/cvs-serv21587/src/kernel/linux-2.6
Modified Files:
file.c
Log Message:
remove debug statement
Index: file.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/kernel/linux-2.6/file.c,v
diff -p -u -r1.130 -r1.131
--- file.c 1 Dec 2006 09:53:34 -0000 1.130
+++ file.c 1 Dec 2006 17:05:29 -0000 1.131
@@ -629,8 +629,6 @@ static ssize_t do_direct_readv_writev(st
each_count = (((count - total_count) > pvfs_bufmap_size_query()) ?
pvfs_bufmap_size_query() : (count - total_count));
/* and push the I/O through */
- gossip_err("calling wait_for_io: seg_array[%lu] = %lu\n",
- seg, seg_array[seg]);
ret = wait_for_io(rw, ptr, seg_array[seg], each_count);
if (ret < 0)
{
More information about the Pvfs2-cvs
mailing list