Patches for 2.6.10 kernels for EVMS 2.5.1. See the top-level INSTALL for more
details before applying these patches.

Apply each patch with:
cd /usr/src/linux-2.6.10/
patch -p1 < filename.patch

bd-claim.patch:
	Patch to allow EVMS to activate volumes on disks that also contain
	mounted kernel-partitions. See the comments in the patch file for
	more details.

dm-bbr.patch:
	Patch to provide a Bad-Block-Relocation target for Device-Mapper.
	Required if you want to use BBR devices.

dm-multipath.patch
	Patch to increment the version of the dm-multipath target module, since
	the table string format has changed. This should only be applied if
	you are using the 2.6.10-udm1 version of Device-Mapper. If you are
	still using 2.6.9-udm1 or earlier patchsets, do not apply this patch.

md-fixes.patch
	Bug-fixes for the MD driver:
  	1) If disk index 0 is used, counting of max_dev is wrong.
  	2) Checksum calculation was missing.

