[PVFS2-CVS]
commit by neill in pvfs2-1/src/kernel/linux-2.6: pvfs2-utils.c
CVS commit program
cvs at parl.clemson.edu
Tue Feb 10 18:14:24 EST 2004
Update of /projects/cvsroot/pvfs2-1/src/kernel/linux-2.6
In directory parlweb:/tmp/cvs-serv2315
Modified Files:
pvfs2-utils.c
Log Message:
- cruft removal
Index: pvfs2-utils.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/kernel/linux-2.6/pvfs2-utils.c,v
diff -p -u -r1.47 -r1.48
--- pvfs2-utils.c 10 Feb 2004 23:12:36 -0000 1.47
+++ pvfs2-utils.c 10 Feb 2004 23:14:24 -0000 1.48
@@ -412,21 +412,10 @@ int pvfs2_inode_getattr(
}
ret = new_op->downcall.status;
-#if 0 /* DEBUGGING ONLY */
- printk("**** GETATTR on handle %Lu,%d | inode ct=%d | "
- "ret=%d | perms=(%d,%d)\n", pvfs2_inode->refn.handle,
- pvfs2_inode->refn.fs_id,(int)atomic_read(&inode->i_count),
- ret, (int)inode->i_uid, (int)inode->i_gid);
-#endif
-
error_exit:
pvfs2_print(error_exit ? "*** warning: getattr error_exit\n" : "");
op_release(new_op);
}
-/* DEBUGGING ONLY */
-#if 0
- printk("GETATTR RETURNING %d\n",ret);
-#endif
return ret;
}
More information about the PVFS2-CVS
mailing list