rpms/kernel/F-10 linux-2.6-kjournald-use-rt-io-priority.patch, 1.2, 1.3

Chuck Ebbert cebbert at fedoraproject.org
Fri Apr 24 03:54:48 UTC 2009


Author: cebbert

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

Modified Files:
	linux-2.6-kjournald-use-rt-io-priority.patch 
Log Message:
use the same journal priority for ext3 as ext4 does in 2.6.30

linux-2.6-kjournald-use-rt-io-priority.patch:

Index: linux-2.6-kjournald-use-rt-io-priority.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-kjournald-use-rt-io-priority.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-kjournald-use-rt-io-priority.patch	24 Apr 2009 03:30:31 -0000	1.2
+++ linux-2.6-kjournald-use-rt-io-priority.patch	24 Apr 2009 03:54:48 -0000	1.3
@@ -48,10 +48,10 @@
 +	 * the equivalent of a priority inversion situation, where kjournald
 +	 * would get less priority than it should.
 +	 *
-+	 * For this reason we set to "highest normal priority", which is higher
-+	 * than regular tasks, but not real-time.
++	 * For this reason we set to one step higher than normal priority:
++	 * higher than the default for regular tasks, but not real-time.
 +	 */
-+	set_task_ioprio(current, IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 0));
++	set_task_ioprio(current, IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3));
 +
 +	/*
  	 * And now, wait forever for commit wakeup events.




More information about the fedora-extras-commits mailing list