[pve-devel] r6165 - pve-kernel-2.6.32-rh/pve2

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Jun 24 13:53:10 CEST 2011


Author: dietmar
Date: 2011-06-24 13:53:10 +0200 (Fri, 24 Jun 2011)
New Revision: 6165

Modified:
   pve-kernel-2.6.32-rh/pve2/do-not-use-barrier-on-ext3.patch
Log:


Modified: pve-kernel-2.6.32-rh/pve2/do-not-use-barrier-on-ext3.patch
===================================================================
--- pve-kernel-2.6.32-rh/pve2/do-not-use-barrier-on-ext3.patch	2011-06-24 11:14:52 UTC (rev 6164)
+++ pve-kernel-2.6.32-rh/pve2/do-not-use-barrier-on-ext3.patch	2011-06-24 11:53:10 UTC (rev 6165)
@@ -1,11 +1,11 @@
---- linux-2.6-2.6.32/fs/ext3/super.c.org	2011-06-24 10:04:40.000000000 +0200
-+++ linux-2.6-2.6.32/fs/ext3/super.c	2011-06-24 10:05:14.000000000 +0200
-@@ -1224,7 +1224,7 @@
- 				if (match_int(&args[0], &option))
- 					return 0;
- 			} else
--				option = 1;	/* No argument, default to 1 */
-+				option = 0;	/* No argument, default to 0 */
- 			if (option)
- 				set_opt(sbi->s_mount_opt, BARRIER);
- 			else
+--- linux-2.6-2.6.32/fs/ext3/super.c.org	2011-06-24 13:51:47.000000000 +0200
++++ linux-2.6-2.6.32/fs/ext3/super.c	2011-06-24 13:52:01.000000000 +0200
+@@ -1698,8 +1698,6 @@
+ 	else
+ 		set_opt(sbi->s_mount_opt, ERRORS_RO);
+ 
+-	set_opt(sbi->s_mount_opt, BARRIER);
+-
+ 	sbi->s_resuid = le16_to_cpu(es->s_def_resuid);
+ 	sbi->s_resgid = le16_to_cpu(es->s_def_resgid);
+ 




More information about the pve-devel mailing list