rpms/kernel/FC-4 linux-2.6-vm-debug.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 3 14:22:04 UTC 2006


Author: davej

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

Modified Files:
	linux-2.6-vm-debug.patch 
Log Message:
doh


linux-2.6-vm-debug.patch:
 rmap.c |    7 +++++++
 1 files changed, 7 insertions(+)

Index: linux-2.6-vm-debug.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/linux-2.6-vm-debug.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-vm-debug.patch	3 Jan 2006 13:59:11 -0000	1.1
+++ linux-2.6-vm-debug.patch	3 Jan 2006 14:22:00 -0000	1.2
@@ -6,9 +6,9 @@
  	if (atomic_add_negative(-1, &page->_mapcount)) {
 +		if (page_mapcount(page) < 0) {
 +			printk (KERN_EMERG "Eeek! page_mapcount(page) went negative! (%d)\n", page->_mapcount);
-+			printk (KERN_EMERG "  page->flags = %x\n" page->flags);
-+			printk (KERN_EMERG "  page->count = %x\n" page->_count);
-+			printk (KERN_EMERG "  page->mapping = %p\n" page->mapping);
++			printk (KERN_EMERG "  page->flags = %x\n", page->flags);
++			printk (KERN_EMERG "  page->count = %x\n", page->_count);
++			printk (KERN_EMERG "  page->mapping = %p\n", page->mapping);
 +		}
 +		
  		BUG_ON(page_mapcount(page) < 0);




More information about the fedora-cvs-commits mailing list