rpms/kernel/F-10 kernel.spec, 1.1356, 1.1357 linux-2.6-mm-lru-evict-streaming-io-pages-first.patch, 1.1, 1.2

Kyle McMartin kyle at fedoraproject.org
Fri May 8 14:45:11 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5599

Modified Files:
	kernel.spec 
	linux-2.6-mm-lru-evict-streaming-io-pages-first.patch 
Log Message:
* Fri May 08 2009 Kyle McMartin <kyle at redhat.com> 2.6.29.2-57
- Fix build error in "mm: evict streaming I/O pages before other pages"



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1356
retrieving revision 1.1357
diff -u -p -r1.1356 -r1.1357
--- kernel.spec	8 May 2009 00:04:08 -0000	1.1356
+++ kernel.spec	8 May 2009 14:44:40 -0000	1.1357
@@ -1938,6 +1938,9 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Fri May 08 2009 Kyle McMartin <kyle at redhat.com> 2.6.29.2-57
+- Fix build error in "mm: evict streaming I/O pages before other pages"
+
 * Thu May 07 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.2-56
 - Fix responsiveness problems with the new memory manager:
      mm: evict streaming I/O pages before other pages

linux-2.6-mm-lru-evict-streaming-io-pages-first.patch:

Index: linux-2.6-mm-lru-evict-streaming-io-pages-first.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-mm-lru-evict-streaming-io-pages-first.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- linux-2.6-mm-lru-evict-streaming-io-pages-first.patch	8 May 2009 00:04:08 -0000	1.1
+++ linux-2.6-mm-lru-evict-streaming-io-pages-first.patch	8 May 2009 14:44:40 -0000	1.2
@@ -54,8 +54,8 @@ index e44fb0f..026cb5a 100644
 +	unsigned long active;
 +	unsigned long inactive;
 +
-+	inactive = mem_cgroup_get_local_zonestat(memcg, LRU_INACTIVE_FILE);
-+	active = mem_cgroup_get_local_zonestat(memcg, LRU_ACTIVE_FILE);
++	inactive = mem_cgroup_get_all_zonestat(memcg, LRU_INACTIVE_FILE);
++	active = mem_cgroup_get_all_zonestat(memcg, LRU_ACTIVE_FILE);
 +
 +	return (active > inactive);
 +}




More information about the fedora-extras-commits mailing list