rpms/kernel/devel linux-2.6.3-printopen.patch,1.19,1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 23 06:29:15 UTC 2005


Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27660

Modified Files:
	linux-2.6.3-printopen.patch 
Log Message:
something not right.


linux-2.6.3-printopen.patch:
 fs/exec.c               |    7 +++++++
 fs/namei.c              |   17 +++++++++++++++++
 fs/open.c               |   43 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/jiffies.h |    2 +-
 4 files changed, 68 insertions(+), 1 deletion(-)

Index: linux-2.6.3-printopen.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.3-printopen.patch,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- linux-2.6.3-printopen.patch	23 Mar 2005 00:28:25 -0000	1.19
+++ linux-2.6.3-printopen.patch	23 Mar 2005 06:29:11 -0000	1.20
@@ -38,14 +38,14 @@
  	struct nameidata save = *nd;
  	int result;
 +
-+	{
-+		static unsigned long prev_jiffies;
-+		if (jiffies < 600 * HZ)
-+			printk(KERN_ERR "[%2d.%02d] [+%2d.%02d] %s link_path_walk()'d %s\n", jiffies / HZ, jiffies % HZ,
-+				(jiffies-prev_jiffies)/HZ, (jiffies-prev_jiffies) % HZ,
-+				current->comm, name);
-+		prev_jiffies = jiffies;
-+	}
++	//{
++	//	static unsigned long prev_jiffies;
++	//	if (jiffies < 600 * HZ)
++	//		printk(KERN_ERR "[%2d.%02d] [+%2d.%02d] %s link_path_walk()'d %s\n", jiffies / HZ, jiffies % HZ,
++	//			(jiffies-prev_jiffies)/HZ, (jiffies-prev_jiffies) % HZ,
++	//			current->comm, name);
++	//	prev_jiffies = jiffies;
++	//}
  
  	/* make sure the stuff we saved doesn't go away */
  	dget(save.dentry);




More information about the fedora-cvs-commits mailing list