[Pkg-lustre-svn-commit] updated: [ea5d9b1] Small fix in raid5-mmp-unplug-dev-2.6.32-vanilla.patch

Marco Nelles marco.nelles at credativ.de
Fri Jun 15 10:11:32 UTC 2012


The following commit has been merged in the master branch:
commit ea5d9b16bd9ae562a7d75488accb35726dc6b302
Author: Marco Nelles <marco.nelles at credativ.de>
Date:   Thu Jun 14 14:49:23 2012 +0200

    Small fix in raid5-mmp-unplug-dev-2.6.32-vanilla.patch

diff --git a/lustre/kernel_patches/patches/blkdev_tunables-2.6.32-vanilla.patch b/lustre/kernel_patches/patches/blkdev_tunables-2.6.32-vanilla.patch
index 179c8ff..9934769 100644
--- a/lustre/kernel_patches/patches/blkdev_tunables-2.6.32-vanilla.patch
+++ b/lustre/kernel_patches/patches/blkdev_tunables-2.6.32-vanilla.patch
@@ -11,7 +11,7 @@ index 09beade..0970f13 100644
  #define MAX_HW_SEGMENTS 128
  #define SAFE_MAX_SECTORS 255
 -#define BLK_DEF_MAX_SECTORS 1024
-+#define BLK_DEF_MAX 2048
++#define BLK_DEF_MAX_SECTORS 2048
  
  #define MAX_SEGMENT_SIZE	65536
  
diff --git a/lustre/kernel_patches/patches/raid5-mmp-unplug-dev-2.6.32-vanilla.patch b/lustre/kernel_patches/patches/raid5-mmp-unplug-dev-2.6.32-vanilla.patch
index 05f92c8..d421e25 100644
--- a/lustre/kernel_patches/patches/raid5-mmp-unplug-dev-2.6.32-vanilla.patch
+++ b/lustre/kernel_patches/patches/raid5-mmp-unplug-dev-2.6.32-vanilla.patch
@@ -17,7 +17,7 @@ index 883215d..4f27b2a 100644
  	}
 +
 +	if (bio_rw_flagged(bi, BIO_RW_SYNCIO))
-+		md_raid5_unplug_device(conf);
++		raid5_unplug_device(conf);
 +
  	return 0;
  }

-- 
Lustre Debian Packaging 



More information about the Pkg-lustre-svn-commit mailing list